Color Hex Logo

#e08bab Color Hex

#E08BAB
(224,139,171)
0 Favorites   0 Comments

Color spaces of #e08bab

RGB 224139171
HSL0.940.580.71
HSV337°38°88°
CMYK 0.000.380.24   0.12
XYZ47.323837.252843.2244
Yxy37.25280.37030.2915
Hunter Lab61.035131.58940.7360
CIE-Lab67.466336.5252-3.0821

#e08bab color RGB value is (224,139,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001011 10101011
Octal 340 213 253
Decimal 224 139 171
Hex E0 8B AB

RGB Percentages of Color #e08bab

%41.95
%26.03
%32.02

CMYK Percentages of Color #e08bab

%0
%38
%24
%12

Triadic Colors of #e08bab

#e08bab #abe08b #8babe0

Analogous Colors of #e08bab

#e08bab #e0968b #e08bd6

Monochromatic Colors of #e08bab

#e08bab

Complementary Color

#e08bab #8be0c0

#e08bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08bab Color CSS Codes

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

#e08bab Text Font Color

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

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


#e08bab Background Color

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

This div background color is #e08bab


#e08bab Border Color

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

This div border color is #e08bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08bab


Comments

No comments written yet.

Please login to write comment.