Color Hex Logo

#df8dca Color Hex

#DF8DCA
(223,141,202)
0 Favorites   0 Comments

Color spaces of #df8dca

RGB 223141202
HSL0.880.560.71
HSV315°37°87°
CMYK 0.000.370.09   0.13
XYZ50.617039.002060.7374
Yxy39.00200.33660.2594
Hunter Lab62.451635.3840-13.9465
CIE-Lab68.752739.9673-18.5121

#df8dca color RGB value is (223,141,202).

#df8dca hex color red value is 223, green value is 141 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #df8dca hue: 0.88 , saturation: 0.56 and the lightness value of df8dca is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001101 11001010
Octal 337 215 312
Decimal 223 141 202
Hex DF 8D CA

RGB Percentages of Color #df8dca

%39.40
%24.91
%35.69

CMYK Percentages of Color #df8dca

%0
%37
%9
%13

Triadic Colors of #df8dca

#df8dca #cadf8d #8dcadf

Analogous Colors of #df8dca

#df8dca #df8da1 #cb8ddf

Monochromatic Colors of #df8dca

#df8dca

Complementary Color

#df8dca #8ddfa2

#df8dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8dca Color CSS Codes

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

#df8dca Text Font Color

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

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


#df8dca Background Color

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

This div background color is #df8dca


#df8dca Border Color

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

This div border color is #df8dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8dca


Comments

No comments written yet.

Please login to write comment.