Color Hex Logo

#ea788f Color Hex

#EA788F
(234,120,143)
0 Favorites   0 Comments

Color spaces of #ea788f

RGB 234120143
HSL0.970.730.69
HSV348°49°92°
CMYK 0.000.490.39   0.08
XYZ45.606132.908529.9349
Yxy32.90850.42050.3034
Hunter Lab57.365941.51779.2172
CIE-Lab64.086846.23828.0329

#ea788f color RGB value is (234,120,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111000 10001111
Octal 352 170 217
Decimal 234 120 143
Hex EA 78 8F

RGB Percentages of Color #ea788f

%47.08
%24.14
%28.77

CMYK Percentages of Color #ea788f

%0
%49
%39
%8

Triadic Colors of #ea788f

#ea788f #8fea78 #788fea

Analogous Colors of #ea788f

#ea788f #ea9a78 #ea78c8

Monochromatic Colors of #ea788f

#ea788f

Complementary Color

#ea788f #78ead3

#ea788f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea788f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea788f Color CSS Codes

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

#ea788f Text Font Color

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

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


#ea788f Background Color

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

This div background color is #ea788f


#ea788f Border Color

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

This div border color is #ea788f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea788f


Comments

No comments written yet.

Please login to write comment.