color codes Logo

#c94edc color codes

#C94EDC
(201,78,220)
0 Favorites   0 Comments

Color spaces of #c94edc

RGB 20178220
HSL0.810.670.58
HSV292°65°86°
CMYK 0.090.650.00   0.14
XYZ39.730123.033670.0621
Yxy23.03360.29910.1734
Hunter Lab47.993363.7785-52.9580
CIE-Lab55.106967.3544-50.0669

#c94edc color RGB value is (201,78,220).

#c94edc hex color red value is 201, green value is 78 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c94edc hue: 0.81 , saturation: 0.67 and the lightness value of c94edc is 0.58.

The process color (four color CMYK) of #c94edc color code is 0.09, 0.65, 0.00, 0.14. Web safe color of #c94edc is #cc66cc. Color #c94edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001110 11011100
Octal 311 116 334
Decimal 201 78 220
Hex C9 4E DC

RGB Percentages of Color #c94edc

%40.28
%15.63
%44.09

CMYK Percentages of Color #c94edc

%9
%65
%0
%14

Triadic Colors of #c94edc

#c94edc #dcc94e #4edcc9

Analogous Colors of #c94edc

#c94edc #dc4ea8 #824edc

Monochromatic Colors of #c94edc

#c94edc

Complementary Color

#c94edc #61dc4e

#c94edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94edc Color CSS Codes

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

#c94edc Text Font Color

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

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


#c94edc Background Color

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

This div background color is #c94edc


#c94edc Border Color

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

This div border color is #c94edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94edc


Comments

No comments written yet.

Please login to write comment.