Color Hex Logo

#e08dcb Color Hex

#E08DCB
(224,141,203)
0 Favorites   0 Comments

Color spaces of #e08dcb

RGB 224141203
HSL0.880.570.72
HSV315°37°88°
CMYK 0.000.370.09   0.12
XYZ51.044839.208861.3776
Yxy39.20880.33660.2586
Hunter Lab62.616935.9321-14.2847
CIE-Lab68.902240.4614-18.8307

#e08dcb color RGB value is (224,141,203).

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

The process color (four color CMYK) of #e08dcb color hex is 0.00, 0.37, 0.09, 0.12. Web safe color of #e08dcb is #cc99cc. Color #e08dcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001101 11001011
Octal 340 215 313
Decimal 224 141 203
Hex E0 8D CB

RGB Percentages of Color #e08dcb

%39.44
%24.82
%35.74

CMYK Percentages of Color #e08dcb

%0
%37
%9
%12

Triadic Colors of #e08dcb

#e08dcb #cbe08d #8dcbe0

Analogous Colors of #e08dcb

#e08dcb #e08da2 #cc8de0

Monochromatic Colors of #e08dcb

#e08dcb

Complementary Color

#e08dcb #8de0a2

#e08dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08dcb Color CSS Codes

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

#e08dcb Text Font Color

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

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


#e08dcb Background Color

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

This div background color is #e08dcb


#e08dcb Border Color

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

This div border color is #e08dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08dcb


Comments

No comments written yet.

Please login to write comment.