Color Hex Logo

#ea876b Color Hex

#EA876B
(234,135,107)
0 Favorites   0 Comments

Color spaces of #ea876b

RGB 234135107
HSL0.040.750.67
HSV13°54°92°
CMYK 0.000.420.54   0.08
XYZ45.249535.881918.4509
Yxy35.88190.45440.3603
Hunter Lab59.901530.011023.6685
CIE-Lab66.429635.116831.4451

#ea876b color RGB value is (234,135,107).

#ea876b hex color red value is 234, green value is 135 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ea876b hue: 0.04 , saturation: 0.75 and the lightness value of ea876b is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000111 01101011
Octal 352 207 153
Decimal 234 135 107
Hex EA 87 6B

RGB Percentages of Color #ea876b

%49.16
%28.36
%22.48

CMYK Percentages of Color #ea876b

%0
%42
%54
%8

Triadic Colors of #ea876b

#ea876b #6bea87 #876bea

Analogous Colors of #ea876b

#ea876b #eac76b #ea6b8f

Monochromatic Colors of #ea876b

#ea876b

Complementary Color

#ea876b #6bceea

#ea876b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea876b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea876b Color CSS Codes

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

#ea876b Text Font Color

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

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


#ea876b Background Color

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

This div background color is #ea876b


#ea876b Border Color

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

This div border color is #ea876b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea876b


Comments

No comments written yet.

Please login to write comment.