Color Hex Logo

#e08bbd Color Hex

#E08BBD
(224,139,189)
0 Favorites   0 Comments

Color spaces of #e08bbd

RGB 224139189
HSL0.900.580.71
HSV325°38°88°
CMYK 0.000.380.16   0.12
XYZ49.158437.986752.8853
Yxy37.98670.35110.2713
Hunter Lab61.633434.5122-7.7312
CIE-Lab68.010839.2343-12.3667

#e08bbd color RGB value is (224,139,189).

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

The process color (four color CMYK) of #e08bbd color hex is 0.00, 0.38, 0.16, 0.12. Web safe color of #e08bbd is #cc99cc. Color #e08bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001011 10111101
Octal 340 213 275
Decimal 224 139 189
Hex E0 8B BD

RGB Percentages of Color #e08bbd

%40.58
%25.18
%34.24

CMYK Percentages of Color #e08bbd

%0
%38
%16
%12

Triadic Colors of #e08bbd

#e08bbd #bde08b #8bbde0

Analogous Colors of #e08bbd

#e08bbd #e08b93 #d98be0

Monochromatic Colors of #e08bbd

#e08bbd

Complementary Color

#e08bbd #8be0ae

#e08bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08bbd Color CSS Codes

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

#e08bbd Text Font Color

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

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


#e08bbd Background Color

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

This div background color is #e08bbd


#e08bbd Border Color

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

This div border color is #e08bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08bbd


Comments

No comments written yet.

Please login to write comment.