Color Hex Logo

#df8ecd Color Hex

#DF8ECD
(223,142,205)
0 Favorites   0 Comments

Color spaces of #df8ecd

RGB 223142205
HSL0.870.560.72
HSV313°36°87°
CMYK 0.000.360.08   0.13
XYZ51.123939.441862.6761
Yxy39.44180.33360.2574
Hunter Lab62.802735.4014-15.2086
CIE-Lab69.070139.9477-19.6983

#df8ecd color RGB value is (223,142,205).

#df8ecd hex color red value is 223, green value is 142 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #df8ecd hue: 0.87 , saturation: 0.56 and the lightness value of df8ecd is 0.72.

The process color (four color CMYK) of #df8ecd color hex is 0.00, 0.36, 0.08, 0.13. Web safe color of #df8ecd is #cc99cc. Color #df8ecd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001110 11001101
Octal 337 216 315
Decimal 223 142 205
Hex DF 8E CD

RGB Percentages of Color #df8ecd

%39.12
%24.91
%35.96

CMYK Percentages of Color #df8ecd

%0
%36
%8
%13

Triadic Colors of #df8ecd

#df8ecd #cddf8e #8ecddf

Analogous Colors of #df8ecd

#df8ecd #df8ea5 #c98edf

Monochromatic Colors of #df8ecd

#df8ecd

Complementary Color

#df8ecd #8edfa0

#df8ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8ecd Color CSS Codes

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

#df8ecd Text Font Color

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

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


#df8ecd Background Color

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

This div background color is #df8ecd


#df8ecd Border Color

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

This div border color is #df8ecd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,142,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 #df8ecd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8ecd


Comments

No comments written yet.

Please login to write comment.