Color Hex Logo

#df9fdd Color Hex

#DF9FDD
(223,159,221)
0 Favorites   0 Comments

Color spaces of #df9fdd

RGB 223159221
HSL0.840.500.75
HSV302°29°87°
CMYK 0.000.290.01   0.13
XYZ55.880745.704774.2833
Yxy45.70470.31770.2599
Hunter Lab67.605329.2342-17.8230
CIE-Lab73.353533.7242-22.0075

#df9fdd color RGB value is (223,159,221).

#df9fdd hex color red value is 223, green value is 159 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #df9fdd hue: 0.84 , saturation: 0.50 and the lightness value of df9fdd is 0.75.

The process color (four color CMYK) of #df9fdd color hex is 0.00, 0.29, 0.01, 0.13. Web safe color of #df9fdd is #cc99cc. Color #df9fdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011111 11011101
Octal 337 237 335
Decimal 223 159 221
Hex DF 9F DD

RGB Percentages of Color #df9fdd

%36.98
%26.37
%36.65

CMYK Percentages of Color #df9fdd

%0
%29
%1
%13

Triadic Colors of #df9fdd

#df9fdd #dddf9f #9fdddf

Analogous Colors of #df9fdd

#df9fdd #df9fbd #c19fdf

Monochromatic Colors of #df9fdd

#df9fdd

Complementary Color

#df9fdd #9fdfa1

#df9fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9fdd Color CSS Codes

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

#df9fdd Text Font Color

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

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


#df9fdd Background Color

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

This div background color is #df9fdd


#df9fdd Border Color

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

This div border color is #df9fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9fdd


Comments

No comments written yet.

Please login to write comment.