Color Hex Logo

#e08ccd Color Hex

#E08CCD
(224,140,205)
0 Favorites   0 Comments

Color spaces of #e08ccd

RGB 224140205
HSL0.870.580.71
HSV314°38°88°
CMYK 0.000.380.08   0.12
XYZ51.138039.011262.5923
Yxy39.01120.33480.2554
Hunter Lab62.458936.8430-15.6953
CIE-Lab68.759441.3244-20.1598

#e08ccd color RGB value is (224,140,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001100 11001101
Octal 340 214 315
Decimal 224 140 205
Hex E0 8C CD

RGB Percentages of Color #e08ccd

%39.37
%24.60
%36.03

CMYK Percentages of Color #e08ccd

%0
%38
%8
%12

Triadic Colors of #e08ccd

#e08ccd #cde08c #8ccde0

Analogous Colors of #e08ccd

#e08ccd #e08ca3 #c98ce0

Monochromatic Colors of #e08ccd

#e08ccd

Complementary Color

#e08ccd #8ce09f

#e08ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08ccd Color CSS Codes

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

#e08ccd Text Font Color

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

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


#e08ccd Background Color

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

This div background color is #e08ccd


#e08ccd Border Color

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

This div border color is #e08ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08ccd


Comments

No comments written yet.

Please login to write comment.