Color Hex Logo

#e98eac Color Hex

#E98EAC
(233,142,172)
0 Favorites   0 Comments

Color spaces of #e98eac

RGB 233142172
HSL0.950.670.74
HSV340°39°91°
CMYK 0.000.390.26   0.09
XYZ50.723739.648244.0092
Yxy39.64820.37750.2950
Hunter Lab62.966833.60102.6374
CIE-Lab69.218238.2454-0.9458

#e98eac color RGB value is (233,142,172).

#e98eac hex color red value is 233, green value is 142 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e98eac hue: 0.95 , saturation: 0.67 and the lightness value of e98eac is 0.74.

The process color (four color CMYK) of #e98eac color hex is 0.00, 0.39, 0.26, 0.09. Web safe color of #e98eac is #ff9999. Color #e98eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001110 10101100
Octal 351 216 254
Decimal 233 142 172
Hex E9 8E AC

RGB Percentages of Color #e98eac

%42.60
%25.96
%31.44

CMYK Percentages of Color #e98eac

%0
%39
%26
%9

Triadic Colors of #e98eac

#e98eac #ace98e #8eace9

Analogous Colors of #e98eac

#e98eac #e99e8e #e98eda

Monochromatic Colors of #e98eac

#e98eac

Complementary Color

#e98eac #8ee9cb

#e98eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98eac Color CSS Codes

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

#e98eac Text Font Color

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

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


#e98eac Background Color

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

This div background color is #e98eac


#e98eac Border Color

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

This div border color is #e98eac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,142,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e98eac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e98eac;
  -webkit-box-shadow: 1px 1px 3px 2px #e98eac;
  box-shadow:         1px 1px 3px 2px #e98eac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,142,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98eac


Comments

No comments written yet.

Please login to write comment.