Color Hex Logo

#c94ecd Color Hex

#C94ECD
(201,78,205)
0 Favorites   0 Comments

Color spaces of #c94ecd

RGB 20178205
HSL0.830.560.55
HSV298°62°80°
CMYK 0.020.620.00   0.20
XYZ37.831222.274160.0630
Yxy22.27410.31480.1854
Hunter Lab47.195460.4910-42.4183
CIE-Lab54.316664.7073-42.7903

#c94ecd color RGB value is (201,78,205).

#c94ecd hex color red value is 201, green value is 78 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c94ecd hue: 0.83 , saturation: 0.56 and the lightness value of c94ecd is 0.55.

The process color (four color CMYK) of #c94ecd color hex is 0.02, 0.62, 0.00, 0.20. Web safe color of #c94ecd is #cc66cc. Color #c94ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001110 11001101
Octal 311 116 315
Decimal 201 78 205
Hex C9 4E CD

RGB Percentages of Color #c94ecd

%41.53
%16.12
%42.36

CMYK Percentages of Color #c94ecd

%2
%62
%0
%20

Triadic Colors of #c94ecd

#c94ecd #cdc94e #4ecdc9

Analogous Colors of #c94ecd

#c94ecd #cd4e92 #8a4ecd

Monochromatic Colors of #c94ecd

#c94ecd

Complementary Color

#c94ecd #52cd4e

#c94ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94ecd Color CSS Codes

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

#c94ecd Text Font Color

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

This sample text font color is #c94ecd
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.


#c94ecd Background Color

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

This div background color is #c94ecd


#c94ecd Border Color

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

This div border color is #c94ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94ecd


Comments

No comments written yet.

Please login to write comment.