Color Hex Logo

#ea787a Color Hex

#EA787A
(234,120,122)
0 Favorites   0 Comments

Color spaces of #ea787a

RGB 234120122
HSL1.000.730.69
HSV359°49°92°
CMYK 0.000.490.48   0.08
XYZ44.161032.330522.3252
Yxy32.33050.44690.3272
Hunter Lab56.859939.129516.5226
CIE-Lab63.615144.092219.3327

#ea787a color RGB value is (234,120,122).

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

The process color (four color CMYK) of #ea787a color hex is 0.00, 0.49, 0.48, 0.08. Web safe color of #ea787a is #ff6666. Color #ea787a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111000 01111010
Octal 352 170 172
Decimal 234 120 122
Hex EA 78 7A

RGB Percentages of Color #ea787a

%49.16
%25.21
%25.63

CMYK Percentages of Color #ea787a

%0
%49
%48
%8

Triadic Colors of #ea787a

#ea787a #7aea78 #787aea

Analogous Colors of #ea787a

#ea787a #eaaf78 #ea78b3

Monochromatic Colors of #ea787a

#ea787a

Complementary Color

#ea787a #78eae8

#ea787a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea787a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea787a Color CSS Codes

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

#ea787a Text Font Color

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

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


#ea787a Background Color

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

This div background color is #ea787a


#ea787a Border Color

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

This div border color is #ea787a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea787a


Comments

No comments written yet.

Please login to write comment.