Color Hex Logo

#ea788a Color Hex

#EA788A
(234,120,138)
0 Favorites   0 Comments

Color spaces of #ea788a

RGB 234120138
HSL0.970.730.69
HSV351°49°92°
CMYK 0.000.490.41   0.08
XYZ45.235632.760327.9840
Yxy32.76030.42680.3091
Hunter Lab57.236640.909211.0777
CIE-Lab63.966445.694210.7142

#ea788a color RGB value is (234,120,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111000 10001010
Octal 352 170 212
Decimal 234 120 138
Hex EA 78 8A

RGB Percentages of Color #ea788a

%47.56
%24.39
%28.05

CMYK Percentages of Color #ea788a

%0
%49
%41
%8

Triadic Colors of #ea788a

#ea788a #8aea78 #788aea

Analogous Colors of #ea788a

#ea788a #ea9f78 #ea78c3

Monochromatic Colors of #ea788a

#ea788a

Complementary Color

#ea788a #78ead8

#ea788a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea788a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea788a Color CSS Codes

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

#ea788a Text Font Color

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

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


#ea788a Background Color

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

This div background color is #ea788a


#ea788a Border Color

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

This div border color is #ea788a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea788a


Comments

No comments written yet.

Please login to write comment.