Color Hex Logo

#ea809f Color Hex

#EA809F
(234,128,159)
0 Favorites   0 Comments

Color spaces of #ea809f

RGB 234128159
HSL0.950.720.71
HSV342°45°92°
CMYK 0.000.450.32   0.08
XYZ47.908935.434037.1153
Yxy35.43400.39770.2942
Hunter Lab59.526539.49154.7007
CIE-Lab66.085244.10481.8161

#ea809f color RGB value is (234,128,159).

#ea809f hex color red value is 234, green value is 128 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ea809f hue: 0.95 , saturation: 0.72 and the lightness value of ea809f is 0.71.

The process color (four color CMYK) of #ea809f color hex is 0.00, 0.45, 0.32, 0.08. Web safe color of #ea809f is #ff9999. Color #ea809f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000000 10011111
Octal 352 200 237
Decimal 234 128 159
Hex EA 80 9F

RGB Percentages of Color #ea809f

%44.91
%24.57
%30.52

CMYK Percentages of Color #ea809f

%0
%45
%32
%8

Triadic Colors of #ea809f

#ea809f #9fea80 #809fea

Analogous Colors of #ea809f

#ea809f #ea9680 #ea80d4

Monochromatic Colors of #ea809f

#ea809f

Complementary Color

#ea809f #80eacb

#ea809f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea809f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea809f Color CSS Codes

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

#ea809f Text Font Color

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

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


#ea809f Background Color

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

This div background color is #ea809f


#ea809f Border Color

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

This div border color is #ea809f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea809f


Comments

No comments written yet.

Please login to write comment.