Color Hex Logo

#dfabdf Color Hex

#DFABDF
(223,171,223)
0 Favorites   0 Comments

Color spaces of #dfabdf

RGB 223171223
HSL0.830.450.77
HSV300°23°87°
CMYK 0.000.230.00   0.13
XYZ58.313650.141576.4169
Yxy50.14150.31540.2712
Hunter Lab70.810723.0787-14.4167
CIE-Lab76.156027.6370-18.8454

#dfabdf color RGB value is (223,171,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 11011111
Octal 337 253 337
Decimal 223 171 223
Hex DF AB DF

RGB Percentages of Color #dfabdf

%36.14
%27.71
%36.14

CMYK Percentages of Color #dfabdf

%0
%23
%0
%13

Triadic Colors of #dfabdf

#dfabdf #dfdfab #abdfdf

Analogous Colors of #dfabdf

#dfabdf #dfabc5 #c5abdf

Monochromatic Colors of #dfabdf

#dfabdf

Complementary Color

#dfabdf #abdfab

#dfabdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabdf Color CSS Codes

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

#dfabdf Text Font Color

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

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


#dfabdf Background Color

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

This div background color is #dfabdf


#dfabdf Border Color

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

This div border color is #dfabdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabdf


Comments

No comments written yet.

Please login to write comment.