Color Hex Logo

#e08b9b Color Hex

#E08B9B
(224,139,155)
0 Favorites   0 Comments

Color spaces of #e08b9b

RGB 224139155
HSL0.970.580.71
HSV349°38°88°
CMYK 0.000.380.31   0.12
XYZ45.889536.679135.6715
Yxy36.67910.38810.3102
Hunter Lab60.563329.26587.4727
CIE-Lab67.035634.33685.2903

#e08b9b color RGB value is (224,139,155).

#e08b9b hex color red value is 224, green value is 139 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #e08b9b hue: 0.97 , saturation: 0.58 and the lightness value of e08b9b is 0.71.

The process color (four color CMYK) of #e08b9b color hex is 0.00, 0.38, 0.31, 0.12. Web safe color of #e08b9b is #cc9999. Color #e08b9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001011 10011011
Octal 340 213 233
Decimal 224 139 155
Hex E0 8B 9B

RGB Percentages of Color #e08b9b

%43.24
%26.83
%29.92

CMYK Percentages of Color #e08b9b

%0
%38
%31
%12

Triadic Colors of #e08b9b

#e08b9b #9be08b #8b9be0

Analogous Colors of #e08b9b

#e08b9b #e0a68b #e08bc6

Monochromatic Colors of #e08b9b

#e08b9b

Complementary Color

#e08b9b #8be0d0

#e08b9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08b9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08b9b Color CSS Codes

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

#e08b9b Text Font Color

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

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


#e08b9b Background Color

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

This div background color is #e08b9b


#e08b9b Border Color

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

This div border color is #e08b9b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,139,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e08b9b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e08b9b;
  -webkit-box-shadow: 1px 1px 3px 2px #e08b9b;
  box-shadow:         1px 1px 3px 2px #e08b9b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,139,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08b9b


Comments

No comments written yet.

Please login to write comment.