Color Hex Logo

#e98ead Color Hex

#E98EAD
(233,142,173)
0 Favorites   0 Comments

Color spaces of #e98ead

RGB 233142173
HSL0.940.670.74
HSV340°39°91°
CMYK 0.000.390.26   0.09
XYZ50.820139.686844.5170
Yxy39.68680.37640.2939
Hunter Lab62.997533.75052.2011
CIE-Lab69.245938.3830-1.4647

#e98ead color RGB value is (233,142,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001110 10101101
Octal 351 216 255
Decimal 233 142 173
Hex E9 8E AD

RGB Percentages of Color #e98ead

%42.52
%25.91
%31.57

CMYK Percentages of Color #e98ead

%0
%39
%26
%9

Triadic Colors of #e98ead

#e98ead #ade98e #8eade9

Analogous Colors of #e98ead

#e98ead #e99d8e #e98edb

Monochromatic Colors of #e98ead

#e98ead

Complementary Color

#e98ead #8ee9ca

#e98ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98ead Color CSS Codes

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

#e98ead Text Font Color

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

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


#e98ead Background Color

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

This div background color is #e98ead


#e98ead Border Color

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

This div border color is #e98ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98ead


Comments

No comments written yet.

Please login to write comment.