Color Hex Logo

#df9ad8 Color Hex

#DF9AD8
(223,154,216)
0 Favorites   0 Comments

Color spaces of #df9ad8

RGB 223154216
HSL0.850.520.74
HSV306°31°87°
CMYK 0.000.310.03   0.13
XYZ54.381743.757070.5455
Yxy43.75700.32240.2594
Hunter Lab66.149130.9854-16.9262
CIE-Lab72.065835.4954-21.2237

#df9ad8 color RGB value is (223,154,216).

#df9ad8 hex color red value is 223, green value is 154 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #df9ad8 hue: 0.85 , saturation: 0.52 and the lightness value of df9ad8 is 0.74.

The process color (four color CMYK) of #df9ad8 color hex is 0.00, 0.31, 0.03, 0.13. Web safe color of #df9ad8 is #cc99cc. Color #df9ad8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011010 11011000
Octal 337 232 330
Decimal 223 154 216
Hex DF 9A D8

RGB Percentages of Color #df9ad8

%37.61
%25.97
%36.42

CMYK Percentages of Color #df9ad8

%0
%31
%3
%13

Triadic Colors of #df9ad8

#df9ad8 #d8df9a #9ad8df

Analogous Colors of #df9ad8

#df9ad8 #df9ab6 #c49adf

Monochromatic Colors of #df9ad8

#df9ad8

Complementary Color

#df9ad8 #9adfa1

#df9ad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9ad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9ad8 Color CSS Codes

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

#df9ad8 Text Font Color

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

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


#df9ad8 Background Color

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

This div background color is #df9ad8


#df9ad8 Border Color

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

This div border color is #df9ad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9ad8


Comments

No comments written yet.

Please login to write comment.