Color Hex Logo

#ea877a Color Hex

#EA877A
(234,135,122)
0 Favorites   0 Comments

Color spaces of #ea877a

RGB 234135122
HSL0.020.730.70
HSV48°92°
CMYK 0.000.420.48   0.08
XYZ46.108536.225522.9744
Yxy36.22550.43780.3440
Hunter Lab60.187631.416819.4996
CIE-Lab66.691936.441423.5052

#ea877a color RGB value is (234,135,122).

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

The process color (four color CMYK) of #ea877a color hex is 0.00, 0.42, 0.48, 0.08. Web safe color of #ea877a is #ff9966. Color #ea877a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000111 01111010
Octal 352 207 172
Decimal 234 135 122
Hex EA 87 7A

RGB Percentages of Color #ea877a

%47.66
%27.49
%24.85

CMYK Percentages of Color #ea877a

%0
%42
%48
%8

Triadic Colors of #ea877a

#ea877a #7aea87 #877aea

Analogous Colors of #ea877a

#ea877a #eabf7a #ea7aa5

Monochromatic Colors of #ea877a

#ea877a

Complementary Color

#ea877a #7addea

#ea877a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea877a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea877a Color CSS Codes

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

#ea877a Text Font Color

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

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


#ea877a Background Color

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

This div background color is #ea877a


#ea877a Border Color

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

This div border color is #ea877a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea877a


Comments

No comments written yet.

Please login to write comment.