Color Hex Logo

#e08fbd Color Hex

#E08FBD
(224,143,189)
0 Favorites   0 Comments

Color spaces of #e08fbd

RGB 224143189
HSL0.910.570.72
HSV326°36°88°
CMYK 0.000.360.16   0.12
XYZ49.748239.166353.0820
Yxy39.16630.35030.2758
Hunter Lab62.583032.3722-6.4808
CIE-Lab68.871637.1229-11.0773

#e08fbd color RGB value is (224,143,189).

#e08fbd hex color red value is 224, green value is 143 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e08fbd hue: 0.91 , saturation: 0.57 and the lightness value of e08fbd is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001111 10111101
Octal 340 217 275
Decimal 224 143 189
Hex E0 8F BD

RGB Percentages of Color #e08fbd

%40.29
%25.72
%33.99

CMYK Percentages of Color #e08fbd

%0
%36
%16
%12

Triadic Colors of #e08fbd

#e08fbd #bde08f #8fbde0

Analogous Colors of #e08fbd

#e08fbd #e08f95 #db8fe0

Monochromatic Colors of #e08fbd

#e08fbd

Complementary Color

#e08fbd #8fe0b2

#e08fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08fbd Color CSS Codes

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

#e08fbd Text Font Color

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

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


#e08fbd Background Color

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

This div background color is #e08fbd


#e08fbd Border Color

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

This div border color is #e08fbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,143,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 #e08fbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08fbd


Comments

No comments written yet.

Please login to write comment.