Color Hex Logo

#e009ce Color Hex

#E009CE
(224,9,206)
0 Favorites   0 Comments

Color spaces of #e009ce

RGB 2249206
HSL0.850.920.46
HSV305°96°88°
CMYK 0.000.960.08   0.12
XYZ41.978720.498960.1367
Yxy20.49890.34240.1672
Hunter Lab45.275786.2690-47.0579
CIE-Lab52.396785.9605-46.1677

#e009ce color RGB value is (224,9,206).

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

The process color (four color CMYK) of #e009ce color hex is 0.00, 0.96, 0.08, 0.12. Web safe color of #e009ce is #cc00cc. Color #e009ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001001 11001110
Octal 340 11 316
Decimal 224 9 206
Hex E0 9 CE

RGB Percentages of Color #e009ce

%51.03
%2.05
%46.92

CMYK Percentages of Color #e009ce

%0
%96
%8
%12

Triadic Colors of #e009ce

#e009ce #cee009 #09cee0

Analogous Colors of #e009ce

#e009ce #e00962 #8709e0

Monochromatic Colors of #e009ce

#e009ce

Complementary Color

#e009ce #09e01b

#e009ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e009ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e009ce Color CSS Codes

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

#e009ce Text Font Color

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

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


#e009ce Background Color

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

This div background color is #e009ce


#e009ce Border Color

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

This div border color is #e009ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e009ce


Comments

No comments written yet.

Please login to write comment.