Color Hex Logo

#e08dcc Color Hex

#E08DCC
(224,141,204)
0 Favorites   0 Comments

Color spaces of #e08dcc

RGB 224141204
HSL0.870.570.72
HSV314°37°88°
CMYK 0.000.370.09   0.12
XYZ51.164439.256762.0074
Yxy39.25670.33570.2575
Hunter Lab62.655236.1171-14.8184
CIE-Lab68.936840.6296-19.3343

#e08dcc color RGB value is (224,141,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001101 11001100
Octal 340 215 314
Decimal 224 141 204
Hex E0 8D CC

RGB Percentages of Color #e08dcc

%39.37
%24.78
%35.85

CMYK Percentages of Color #e08dcc

%0
%37
%9
%12

Triadic Colors of #e08dcc

#e08dcc #cce08d #8dcce0

Analogous Colors of #e08dcc

#e08dcc #e08da3 #cb8de0

Monochromatic Colors of #e08dcc

#e08dcc

Complementary Color

#e08dcc #8de0a1

#e08dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08dcc Color CSS Codes

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

#e08dcc Text Font Color

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

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


#e08dcc Background Color

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

This div background color is #e08dcc


#e08dcc Border Color

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

This div border color is #e08dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08dcc


Comments

No comments written yet.

Please login to write comment.