Color Hex Logo

#df9cce Color Hex

#DF9CCE
(223,156,206)
0 Favorites   0 Comments

Color spaces of #df9cce

RGB 223156206
HSL0.880.510.74
HSV315°30°87°
CMYK 0.000.300.08   0.13
XYZ53.460543.921164.0525
Yxy43.92110.33120.2721
Hunter Lab66.273028.0130-10.9124
CIE-Lab72.175732.6643-15.5528

#df9cce color RGB value is (223,156,206).

#df9cce hex color red value is 223, green value is 156 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #df9cce hue: 0.88 , saturation: 0.51 and the lightness value of df9cce is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011100 11001110
Octal 337 234 316
Decimal 223 156 206
Hex DF 9C CE

RGB Percentages of Color #df9cce

%38.12
%26.67
%35.21

CMYK Percentages of Color #df9cce

%0
%30
%8
%13

Triadic Colors of #df9cce

#df9cce #cedf9c #9ccedf

Analogous Colors of #df9cce

#df9cce #df9cad #cf9cdf

Monochromatic Colors of #df9cce

#df9cce

Complementary Color

#df9cce #9cdfad

#df9cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9cce Color CSS Codes

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

#df9cce Text Font Color

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

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


#df9cce Background Color

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

This div background color is #df9cce


#df9cce Border Color

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

This div border color is #df9cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9cce


Comments

No comments written yet.

Please login to write comment.