color codes Logo

#c94efb color codes

#C94EFB
(201,78,251)
0 Favorites   0 Comments

Color spaces of #c94efb

RGB 20178251
HSL0.790.960.65
HSV283°69°98°
CMYK 0.200.690.00   0.02
XYZ44.224424.831393.7288
Yxy24.83130.27170.1525
Hunter Lab49.831071.2122-76.6388
CIE-Lab56.910773.1758-64.5462

#c94efb color RGB value is (201,78,251).

#c94efb hex color red value is 201, green value is 78 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c94efb hue: 0.79 , saturation: 0.96 and the lightness value of c94efb is 0.65.

The process color (four color CMYK) of #c94efb color code is 0.20, 0.69, 0.00, 0.02. Web safe color of #c94efb is #cc66ff. Color #c94efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001110 11111011
Octal 311 116 373
Decimal 201 78 251
Hex C9 4E FB

RGB Percentages of Color #c94efb

%37.92
%14.72
%47.36

CMYK Percentages of Color #c94efb

%20
%69
%0
%2

Triadic Colors of #c94efb

#c94efb #fbc94e #4efbc9

Analogous Colors of #c94efb

#c94efb #fb4ed7 #734efb

Monochromatic Colors of #c94efb

#c94efb

Complementary Color

#c94efb #80fb4e

#c94efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94efb Color CSS Codes

.mybgcolor {background-color:#c94efb; } 
.myforecolor {color:#c94efb; }
.mybordercolor {border:3px solid #c94efb; }

#c94efb Text Font Color

<p style="color:#c94efb">Text here</p>

This sample text font color is #c94efb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c94efb Background Color

<div style="background-color:#c94efb">
Div content here</div>

This div background color is #c94efb


#c94efb Border Color

<div style="border:3px solid #c94efb">
Div here</div>

This div border color is #c94efb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,78,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c94efb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c94efb;
  -webkit-box-shadow: 1px 1px 3px 2px #c94efb;
  box-shadow:         1px 1px 3px 2px #c94efb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,78,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c94efb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c94efb;
  -webkit-box-shadow: 1px 1px 3px 2px #c94efb;
  box-shadow:         1px 1px 3px 2px #c94efb;">
Div content here</div>

This div box has shadow with color #c94efb

Related Colors


Comments

No comments written yet.

Please login to write comment.