Color Hex Logo

#ea887b Color Hex

#EA887B
(234,136,123)
0 Favorites   0 Comments

Color spaces of #ea887b

RGB 234136123
HSL0.020.730.70
HSV47°92°
CMYK 0.000.420.47   0.08
XYZ46.311036.530823.3492
Yxy36.53080.43610.3440
Hunter Lab60.440730.999419.4038
CIE-Lab66.923536.017223.2606

#ea887b color RGB value is (234,136,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001000 01111011
Octal 352 210 173
Decimal 234 136 123
Hex EA 88 7B

RGB Percentages of Color #ea887b

%47.46
%27.59
%24.95

CMYK Percentages of Color #ea887b

%0
%42
%47
%8

Triadic Colors of #ea887b

#ea887b #7bea88 #887bea

Analogous Colors of #ea887b

#ea887b #eac07b #ea7ba6

Monochromatic Colors of #ea887b

#ea887b

Complementary Color

#ea887b #7bddea

#ea887b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea887b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea887b Color CSS Codes

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

#ea887b Text Font Color

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

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


#ea887b Background Color

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

This div background color is #ea887b


#ea887b Border Color

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

This div border color is #ea887b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea887b


Comments

No comments written yet.

Please login to write comment.