color codes Logo

#e009cc color codes

#E009CC
(224,9,204)
0 Favorites   0 Comments

Color spaces of #e009cc

RGB 2249204
HSL0.850.920.46
HSV306°96°88°
CMYK 0.000.960.09   0.12
XYZ41.737220.402358.8650
Yxy20.40230.34490.1686
Hunter Lab45.168985.8929-45.6497
CIE-Lab52.289085.6927-45.1883

#e009cc color RGB value is (224,9,204).

#e009cc hex color red value is 224, green value is 9 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e009cc hue: 0.85 , saturation: 0.92 and the lightness value of e009cc is 0.46.

The process color (four color CMYK) of #e009cc color code is 0.00, 0.96, 0.09, 0.12. Web safe color of #e009cc is #cc00cc. Color #e009cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001001 11001100
Octal 340 11 314
Decimal 224 9 204
Hex E0 9 CC

RGB Percentages of Color #e009cc

%51.26
%2.06
%46.68

CMYK Percentages of Color #e009cc

%0
%96
%9
%12

Triadic Colors of #e009cc

#e009cc #cce009 #09cce0

Analogous Colors of #e009cc

#e009cc #e00960 #8909e0

Monochromatic Colors of #e009cc

#e009cc

Complementary Color

#e009cc #09e01d

#e009cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e009cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e009cc Color CSS Codes

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

#e009cc Text Font Color

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

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


#e009cc Background Color

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

This div background color is #e009cc


#e009cc Border Color

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

This div border color is #e009cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,9,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e009cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e009cc;
  -webkit-box-shadow: 1px 1px 3px 2px #e009cc;
  box-shadow:         1px 1px 3px 2px #e009cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,9,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e009cc


Comments

No comments written yet.

Please login to write comment.