Color Hex Logo

#e009ab Color Hex

#E009AB
(224,9,171)
0 Favorites   0 Comments

Color spaces of #e009ab

RGB 2249171
HSL0.870.920.46
HSV315°96°88°
CMYK 0.000.960.24   0.12
XYZ38.188818.982940.1794
Yxy18.98290.39230.1950
Hunter Lab43.569480.2099-24.1783
CIE-Lab50.667281.5928-28.5101

#e009ab color RGB value is (224,9,171).

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

The process color (four color CMYK) of #e009ab color hex is 0.00, 0.96, 0.24, 0.12. Web safe color of #e009ab is #cc0099. Color #e009ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001001 10101011
Octal 340 11 253
Decimal 224 9 171
Hex E0 9 AB

RGB Percentages of Color #e009ab

%55.45
%2.23
%42.33

CMYK Percentages of Color #e009ab

%0
%96
%24
%12

Triadic Colors of #e009ab

#e009ab #abe009 #09abe0

Analogous Colors of #e009ab

#e009ab #e0093f #aa09e0

Monochromatic Colors of #e009ab

#e009ab

Complementary Color

#e009ab #09e03e

#e009ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e009ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e009ab Color CSS Codes

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

#e009ab Text Font Color

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

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


#e009ab Background Color

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

This div background color is #e009ab


#e009ab Border Color

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

This div border color is #e009ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e009ab


Comments

No comments written yet.

Please login to write comment.