Color Hex Logo

#ea9abe Color Hex

#EA9ABE
(234,154,190)
0 Favorites   0 Comments

Color spaces of #ea9abe

RGB 234154190
HSL0.930.660.76
HSV333°34°92°
CMYK 0.000.340.19   0.08
XYZ54.781544.321354.3828
Yxy44.32130.35690.2888
Hunter Lab66.574230.3762-1.8305
CIE-Lab72.442734.8853-6.1956

#ea9abe color RGB value is (234,154,190).

#ea9abe hex color red value is 234, green value is 154 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ea9abe hue: 0.93 , saturation: 0.66 and the lightness value of ea9abe is 0.76.

The process color (four color CMYK) of #ea9abe color hex is 0.00, 0.34, 0.19, 0.08. Web safe color of #ea9abe is #ff99cc. Color #ea9abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011010 10111110
Octal 352 232 276
Decimal 234 154 190
Hex EA 9A BE

RGB Percentages of Color #ea9abe

%40.48
%26.64
%32.87

CMYK Percentages of Color #ea9abe

%0
%34
%19
%8

Triadic Colors of #ea9abe

#ea9abe #beea9a #9abeea

Analogous Colors of #ea9abe

#ea9abe #ea9e9a #ea9ae6

Monochromatic Colors of #ea9abe

#ea9abe

Complementary Color

#ea9abe #9aeac6

#ea9abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea9abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea9abe Color CSS Codes

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

#ea9abe Text Font Color

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

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


#ea9abe Background Color

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

This div background color is #ea9abe


#ea9abe Border Color

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

This div border color is #ea9abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea9abe


Comments

No comments written yet.

Please login to write comment.