Color Hex Logo

#dfabdd Color Hex

#DFABDD
(223,171,221)
0 Favorites   0 Comments

Color spaces of #dfabdd

RGB 223171221
HSL0.840.450.77
HSV302°23°87°
CMYK 0.000.230.01   0.13
XYZ58.045550.034375.0049
Yxy50.03430.31700.2733
Hunter Lab70.734922.6920-13.3546
CIE-Lab76.090327.2682-17.8571

#dfabdd color RGB value is (223,171,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 11011101
Octal 337 253 335
Decimal 223 171 221
Hex DF AB DD

RGB Percentages of Color #dfabdd

%36.26
%27.80
%35.93

CMYK Percentages of Color #dfabdd

%0
%23
%1
%13

Triadic Colors of #dfabdd

#dfabdd #dddfab #abdddf

Analogous Colors of #dfabdd

#dfabdd #dfabc3 #c7abdf

Monochromatic Colors of #dfabdd

#dfabdd

Complementary Color

#dfabdd #abdfad

#dfabdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabdd Color CSS Codes

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

#dfabdd Text Font Color

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

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


#dfabdd Background Color

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

This div background color is #dfabdd


#dfabdd Border Color

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

This div border color is #dfabdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,171,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 #dfabdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabdd


Comments

No comments written yet.

Please login to write comment.