Color Hex Logo

#e00889 Color Hex

#E00889
(224,8,137)
0 Favorites   0 Comments

Color spaces of #e00889

RGB 2248137
HSL0.900.930.45
HSV324°96°88°
CMYK 0.000.960.39   0.12
XYZ35.342717.827125.2451
Yxy17.82710.45070.2273
Hunter Lab42.222275.5274-5.8947
CIE-Lab49.285778.1442-10.3055

#e00889 color RGB value is (224,8,137).

#e00889 hex color red value is 224, green value is 8 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #e00889 hue: 0.90 , saturation: 0.93 and the lightness value of e00889 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001000 10001001
Octal 340 10 211
Decimal 224 8 137
Hex E0 8 89

RGB Percentages of Color #e00889

%60.70
%2.17
%37.13

CMYK Percentages of Color #e00889

%0
%96
%39
%12

Triadic Colors of #e00889

#e00889 #89e008 #0889e0

Analogous Colors of #e00889

#e00889 #e0081d #cb08e0

Monochromatic Colors of #e00889

#e00889

Complementary Color

#e00889 #08e05f

#e00889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00889 Color CSS Codes

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

#e00889 Text Font Color

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

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


#e00889 Background Color

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

This div background color is #e00889


#e00889 Border Color

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

This div border color is #e00889


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00889


Comments

No comments written yet.

Please login to write comment.