Color Hex Logo

#ea8caa Color Hex

#EA8CAA
(234,140,170)
0 Favorites   0 Comments

Color spaces of #ea8caa

RGB 234140170
HSL0.950.690.73
HSV341°40°92°
CMYK 0.000.400.27   0.08
XYZ50.565539.150942.9220
Yxy39.15090.38120.2952
Hunter Lab62.570734.75323.1279
CIE-Lab68.860439.3656-0.3348

#ea8caa color RGB value is (234,140,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001100 10101010
Octal 352 214 252
Decimal 234 140 170
Hex EA 8C AA

RGB Percentages of Color #ea8caa

%43.01
%25.74
%31.25

CMYK Percentages of Color #ea8caa

%0
%40
%27
%8

Triadic Colors of #ea8caa

#ea8caa #aaea8c #8caaea

Analogous Colors of #ea8caa

#ea8caa #ea9d8c #ea8cd9

Monochromatic Colors of #ea8caa

#ea8caa

Complementary Color

#ea8caa #8ceacc

#ea8caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8caa Color CSS Codes

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

#ea8caa Text Font Color

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

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


#ea8caa Background Color

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

This div background color is #ea8caa


#ea8caa Border Color

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

This div border color is #ea8caa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,140,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 #ea8caa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8caa


Comments

No comments written yet.

Please login to write comment.