Color Hex Logo

#ea8daa Color Hex

#EA8DAA
(234,141,170)
0 Favorites   0 Comments

Color spaces of #ea8daa

RGB 234141170
HSL0.950.690.74
HSV341°40°92°
CMYK 0.000.400.27   0.08
XYZ50.712339.444542.9709
Yxy39.44450.38090.2963
Hunter Lab62.804934.22283.3974
CIE-Lab69.072038.8452-0.0257

#ea8daa color RGB value is (234,141,170).

#ea8daa hex color red value is 234, green value is 141 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ea8daa hue: 0.95 , saturation: 0.69 and the lightness value of ea8daa is 0.74.

The process color (four color CMYK) of #ea8daa color hex is 0.00, 0.40, 0.27, 0.08. Web safe color of #ea8daa is #ff9999. Color #ea8daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001101 10101010
Octal 352 215 252
Decimal 234 141 170
Hex EA 8D AA

RGB Percentages of Color #ea8daa

%42.94
%25.87
%31.19

CMYK Percentages of Color #ea8daa

%0
%40
%27
%8

Triadic Colors of #ea8daa

#ea8daa #aaea8d #8daaea

Analogous Colors of #ea8daa

#ea8daa #ea9f8d #ea8dd9

Monochromatic Colors of #ea8daa

#ea8daa

Complementary Color

#ea8daa #8deacd

#ea8daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8daa Color CSS Codes

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

#ea8daa Text Font Color

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

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


#ea8daa Background Color

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

This div background color is #ea8daa


#ea8daa Border Color

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

This div border color is #ea8daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,141,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ea8daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ea8daa;
  -webkit-box-shadow: 1px 1px 3px 2px #ea8daa;
  box-shadow:         1px 1px 3px 2px #ea8daa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,141,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8daa


Comments

No comments written yet.

Please login to write comment.