Color Hex Logo

#ea9acb Color Hex

#EA9ACB
(234,154,203)
0 Favorites   0 Comments

Color spaces of #ea9acb

RGB 234154203
HSL0.900.660.76
HSV323°34°92°
CMYK 0.000.340.13   0.08
XYZ56.266844.915462.2039
Yxy44.91540.34440.2749
Hunter Lab67.019032.5793-8.1170
CIE-Lab72.836236.9166-12.7862

#ea9acb color RGB value is (234,154,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011010 11001011
Octal 352 232 313
Decimal 234 154 203
Hex EA 9A CB

RGB Percentages of Color #ea9acb

%39.59
%26.06
%34.35

CMYK Percentages of Color #ea9acb

%0
%34
%13
%8

Triadic Colors of #ea9acb

#ea9acb #cbea9a #9acbea

Analogous Colors of #ea9acb

#ea9acb #ea9aa3 #e19aea

Monochromatic Colors of #ea9acb

#ea9acb

Complementary Color

#ea9acb #9aeab9

#ea9acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea9acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea9acb Color CSS Codes

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

#ea9acb Text Font Color

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

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


#ea9acb Background Color

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

This div background color is #ea9acb


#ea9acb Border Color

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

This div border color is #ea9acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea9acb


Comments

No comments written yet.

Please login to write comment.