Color Hex Logo

#df9dda Color Hex

#DF9DDA
(223,157,218)
0 Favorites   0 Comments

Color spaces of #df9dda

RGB 223157218
HSL0.850.510.75
HSV305°30°87°
CMYK 0.000.300.02   0.13
XYZ55.143344.863972.0829
Yxy44.86390.32040.2607
Hunter Lab66.980529.7384-16.9202
CIE-Lab72.802234.2499-21.2021

#df9dda color RGB value is (223,157,218).

#df9dda hex color red value is 223, green value is 157 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #df9dda hue: 0.85 , saturation: 0.51 and the lightness value of df9dda is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011101 11011010
Octal 337 235 332
Decimal 223 157 218
Hex DF 9D DA

RGB Percentages of Color #df9dda

%37.29
%26.25
%36.45

CMYK Percentages of Color #df9dda

%0
%30
%2
%13

Triadic Colors of #df9dda

#df9dda #dadf9d #9ddadf

Analogous Colors of #df9dda

#df9dda #df9db9 #c39ddf

Monochromatic Colors of #df9dda

#df9dda

Complementary Color

#df9dda #9ddfa2

#df9dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9dda Color CSS Codes

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

#df9dda Text Font Color

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

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


#df9dda Background Color

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

This div background color is #df9dda


#df9dda Border Color

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

This div border color is #df9dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9dda


Comments

No comments written yet.

Please login to write comment.