Color Hex Logo

#e08bae Color Hex

#E08BAE
(224,139,174)
0 Favorites   0 Comments

Color spaces of #e08bae

RGB 224139174
HSL0.930.580.71
HSV335°38°88°
CMYK 0.000.380.22   0.12
XYZ47.613137.368544.7478
Yxy37.36850.36700.2880
Hunter Lab61.129832.0539-0.6102
CIE-Lab67.552636.9591-4.6403

#e08bae color RGB value is (224,139,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001011 10101110
Octal 340 213 256
Decimal 224 139 174
Hex E0 8B AE

RGB Percentages of Color #e08bae

%41.71
%25.88
%32.40

CMYK Percentages of Color #e08bae

%0
%38
%22
%12

Triadic Colors of #e08bae

#e08bae #aee08b #8baee0

Analogous Colors of #e08bae

#e08bae #e0938b #e08bd9

Monochromatic Colors of #e08bae

#e08bae

Complementary Color

#e08bae #8be0bd

#e08bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08bae Color CSS Codes

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

#e08bae Text Font Color

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

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


#e08bae Background Color

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

This div background color is #e08bae


#e08bae Border Color

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

This div border color is #e08bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08bae


Comments

No comments written yet.

Please login to write comment.