Color Hex Logo

#e08dcf Color Hex

#E08DCF
(224,141,207)
0 Favorites   0 Comments

Color spaces of #e08dcf

RGB 224141207
HSL0.870.570.72
HSV312°37°88°
CMYK 0.000.370.08   0.12
XYZ51.527839.402063.9210
Yxy39.40200.33280.2545
Hunter Lab62.771036.6788-16.4365
CIE-Lab69.041541.1392-20.8419

#e08dcf color RGB value is (224,141,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001101 11001111
Octal 340 215 317
Decimal 224 141 207
Hex E0 8D CF

RGB Percentages of Color #e08dcf

%39.16
%24.65
%36.19

CMYK Percentages of Color #e08dcf

%0
%37
%8
%12

Triadic Colors of #e08dcf

#e08dcf #cfe08d #8dcfe0

Analogous Colors of #e08dcf

#e08dcf #e08da6 #c88de0

Monochromatic Colors of #e08dcf

#e08dcf

Complementary Color

#e08dcf #8de09e

#e08dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e08dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e08dcf Color CSS Codes

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

#e08dcf Text Font Color

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

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


#e08dcf Background Color

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

This div background color is #e08dcf


#e08dcf Border Color

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

This div border color is #e08dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e08dcf


Comments

No comments written yet.

Please login to write comment.