Color Hex Logo

#ea8abd Color Hex

#EA8ABD
(234,138,189)
0 Favorites   0 Comments

Color spaces of #ea8abd

RGB 234138189
HSL0.910.700.73
HSV328°41°92°
CMYK 0.000.410.19   0.08
XYZ52.205539.343552.9866
Yxy39.34350.36120.2722
Hunter Lab62.724438.7978-6.1783
CIE-Lab68.999443.1002-10.7626

#ea8abd color RGB value is (234,138,189).

#ea8abd hex color red value is 234, green value is 138 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ea8abd hue: 0.91 , saturation: 0.70 and the lightness value of ea8abd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001010 10111101
Octal 352 212 275
Decimal 234 138 189
Hex EA 8A BD

RGB Percentages of Color #ea8abd

%41.71
%24.60
%33.69

CMYK Percentages of Color #ea8abd

%0
%41
%19
%8

Triadic Colors of #ea8abd

#ea8abd #bdea8a #8abdea

Analogous Colors of #ea8abd

#ea8abd #ea8a8d #e78aea

Monochromatic Colors of #ea8abd

#ea8abd

Complementary Color

#ea8abd #8aeab7

#ea8abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8abd Color CSS Codes

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

#ea8abd Text Font Color

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

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


#ea8abd Background Color

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

This div background color is #ea8abd


#ea8abd Border Color

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

This div border color is #ea8abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8abd


Comments

No comments written yet.

Please login to write comment.