Color Hex Logo

#ea789f Color Hex

#EA789F
(234,120,159)
0 Favorites   0 Comments

Color spaces of #ea789f

RGB 234120159
HSL0.940.730.69
HSV339°49°92°
CMYK 0.000.490.32   0.08
XYZ46.906233.428636.7810
Yxy33.42860.40050.2854
Hunter Lab57.817543.63302.7545
CIE-Lab64.506548.1139-0.4851

#ea789f color RGB value is (234,120,159).

#ea789f hex color red value is 234, green value is 120 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ea789f hue: 0.94 , saturation: 0.73 and the lightness value of ea789f is 0.69.

The process color (four color CMYK) of #ea789f color hex is 0.00, 0.49, 0.32, 0.08. Web safe color of #ea789f is #ff6699. Color #ea789f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111000 10011111
Octal 352 170 237
Decimal 234 120 159
Hex EA 78 9F

RGB Percentages of Color #ea789f

%45.61
%23.39
%30.99

CMYK Percentages of Color #ea789f

%0
%49
%32
%8

Triadic Colors of #ea789f

#ea789f #9fea78 #789fea

Analogous Colors of #ea789f

#ea789f #ea8a78 #ea78d8

Monochromatic Colors of #ea789f

#ea789f

Complementary Color

#ea789f #78eac3

#ea789f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea789f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea789f Color CSS Codes

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

#ea789f Text Font Color

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

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


#ea789f Background Color

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

This div background color is #ea789f


#ea789f Border Color

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

This div border color is #ea789f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,120,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 #ea789f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea789f


Comments

No comments written yet.

Please login to write comment.