Color Hex Logo

#ea8abf Color Hex

#EA8ABF
(234,138,191)
0 Favorites   0 Comments

Color spaces of #ea8abf

RGB 234138191
HSL0.910.700.73
HSV327°41°92°
CMYK 0.000.410.18   0.08
XYZ52.424139.431054.1381
Yxy39.43100.35910.2701
Hunter Lab62.794139.1323-7.1611
CIE-Lab69.062343.3996-11.7855

#ea8abf color RGB value is (234,138,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001010 10111111
Octal 352 212 277
Decimal 234 138 191
Hex EA 8A BF

RGB Percentages of Color #ea8abf

%41.56
%24.51
%33.93

CMYK Percentages of Color #ea8abf

%0
%41
%18
%8

Triadic Colors of #ea8abf

#ea8abf #bfea8a #8abfea

Analogous Colors of #ea8abf

#ea8abf #ea8a8f #e58aea

Monochromatic Colors of #ea8abf

#ea8abf

Complementary Color

#ea8abf #8aeab5

#ea8abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8abf Color CSS Codes

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

#ea8abf Text Font Color

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

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


#ea8abf Background Color

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

This div background color is #ea8abf


#ea8abf Border Color

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

This div border color is #ea8abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8abf


Comments

No comments written yet.

Please login to write comment.