Color Hex Logo

#df9ded Color Hex

#DF9DED
(223,157,237)
0 Favorites   0 Comments

Color spaces of #df9ded

RGB 223157237
HSL0.800.690.77
HSV290°34°93°
CMYK 0.060.340.00   0.07
XYZ57.774545.916385.9385
Yxy45.91630.30470.2421
Hunter Lab67.761633.6090-27.7614
CIE-Lab73.491237.8101-30.5349

#df9ded color RGB value is (223,157,237).

#df9ded hex color red value is 223, green value is 157 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #df9ded hue: 0.80 , saturation: 0.69 and the lightness value of df9ded is 0.77.

The process color (four color CMYK) of #df9ded color hex is 0.06, 0.34, 0.00, 0.07. Web safe color of #df9ded is #cc99ff. Color #df9ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011101 11101101
Octal 337 235 355
Decimal 223 157 237
Hex DF 9D ED

RGB Percentages of Color #df9ded

%36.14
%25.45
%38.41

CMYK Percentages of Color #df9ded

%6
%34
%0
%7

Triadic Colors of #df9ded

#df9ded #eddf9d #9deddf

Analogous Colors of #df9ded

#df9ded #ed9dd3 #b79ded

Monochromatic Colors of #df9ded

#df9ded

Complementary Color

#df9ded #abed9d

#df9ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9ded Color CSS Codes

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

#df9ded Text Font Color

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

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


#df9ded Background Color

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

This div background color is #df9ded


#df9ded Border Color

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

This div border color is #df9ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9ded


Comments

No comments written yet.

Please login to write comment.