Color Hex Logo

#dfabd9 Color Hex

#DFABD9
(223,171,217)
0 Favorites   0 Comments

Color spaces of #dfabd9

RGB 223171217
HSL0.850.450.77
HSV307°23°87°
CMYK 0.000.230.03   0.13
XYZ57.518749.823572.2310
Yxy49.82350.32030.2775
Hunter Lab70.585821.9304-11.2619
CIE-Lab75.960826.5392-15.8756

#dfabd9 color RGB value is (223,171,217).

#dfabd9 hex color red value is 223, green value is 171 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #dfabd9 hue: 0.85 , saturation: 0.45 and the lightness value of dfabd9 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 11011001
Octal 337 253 331
Decimal 223 171 217
Hex DF AB D9

RGB Percentages of Color #dfabd9

%36.50
%27.99
%35.52

CMYK Percentages of Color #dfabd9

%0
%23
%3
%13

Triadic Colors of #dfabd9

#dfabd9 #d9dfab #abd9df

Analogous Colors of #dfabd9

#dfabd9 #dfabbf #cbabdf

Monochromatic Colors of #dfabd9

#dfabd9

Complementary Color

#dfabd9 #abdfb1

#dfabd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabd9 Color CSS Codes

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

#dfabd9 Text Font Color

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

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


#dfabd9 Background Color

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

This div background color is #dfabd9


#dfabd9 Border Color

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

This div border color is #dfabd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabd9


Comments

No comments written yet.

Please login to write comment.