Color Hex Logo

#e00998 Color Hex

#E00998
(224,9,152)
0 Favorites   0 Comments

Color spaces of #e00998

RGB 2249152
HSL0.890.920.46
HSV320°96°88°
CMYK 0.000.960.32   0.12
XYZ36.505718.309731.3158
Yxy18.30970.42380.2126
Hunter Lab42.789877.4032-13.4386
CIE-Lab49.869679.5288-18.4491

#e00998 color RGB value is (224,9,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001001 10011000
Octal 340 11 230
Decimal 224 9 152
Hex E0 9 98

RGB Percentages of Color #e00998

%58.18
%2.34
%39.48

CMYK Percentages of Color #e00998

%0
%96
%32
%12

Triadic Colors of #e00998

#e00998 #98e009 #0998e0

Analogous Colors of #e00998

#e00998 #e0092d #bd09e0

Monochromatic Colors of #e00998

#e00998

Complementary Color

#e00998 #09e051

#e00998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00998 Color CSS Codes

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

#e00998 Text Font Color

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

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


#e00998 Background Color

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

This div background color is #e00998


#e00998 Border Color

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

This div border color is #e00998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00998


Comments

No comments written yet.

Please login to write comment.