Color Hex Logo

#e09cbf Color Hex

#E09CBF
(224,156,191)
0 Favorites   0 Comments

Color spaces of #e09cbf

RGB 224156191
HSL0.910.520.75
HSV329°30°88°
CMYK 0.000.300.15   0.12
XYZ52.032943.385854.9221
Yxy43.38580.34610.2886
Hunter Lab65.867925.7388-3.3298
CIE-Lab71.816030.5076-7.7989

#e09cbf color RGB value is (224,156,191).

#e09cbf hex color red value is 224, green value is 156 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e09cbf hue: 0.91 , saturation: 0.52 and the lightness value of e09cbf is 0.75.

The process color (four color CMYK) of #e09cbf color hex is 0.00, 0.30, 0.15, 0.12. Web safe color of #e09cbf is #cc99cc. Color #e09cbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011100 10111111
Octal 340 234 277
Decimal 224 156 191
Hex E0 9C BF

RGB Percentages of Color #e09cbf

%39.23
%27.32
%33.45

CMYK Percentages of Color #e09cbf

%0
%30
%15
%12

Triadic Colors of #e09cbf

#e09cbf #bfe09c #9cbfe0

Analogous Colors of #e09cbf

#e09cbf #e09c9d #df9ce0

Monochromatic Colors of #e09cbf

#e09cbf

Complementary Color

#e09cbf #9ce0bd

#e09cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09cbf Color CSS Codes

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

#e09cbf Text Font Color

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

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


#e09cbf Background Color

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

This div background color is #e09cbf


#e09cbf Border Color

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

This div border color is #e09cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09cbf


Comments

No comments written yet.

Please login to write comment.