Color Hex Logo

#dcaadf Color Hex

#DCAADF
(220,170,223)
0 Favorites   0 Comments

Color spaces of #dcaadf

RGB 220170223
HSL0.820.450.77
HSV297°24°87°
CMYK 0.010.240.00   0.13
XYZ57.209249.292876.3112
Yxy49.29280.31290.2696
Hunter Lab70.208822.5841-15.2972
CIE-Lab75.633127.1917-19.6649

#dcaadf color RGB value is (220,170,223).

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

The process color (four color CMYK) of #dcaadf color hex is 0.01, 0.24, 0.00, 0.13. Web safe color of #dcaadf is #cc99cc. Color #dcaadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 11011111
Octal 334 252 337
Decimal 220 170 223
Hex DC AA DF

RGB Percentages of Color #dcaadf

%35.89
%27.73
%36.38

CMYK Percentages of Color #dcaadf

%1
%24
%0
%13

Triadic Colors of #dcaadf

#dcaadf #dfdcaa #aadfdc

Analogous Colors of #dcaadf

#dcaadf #dfaac8 #c2aadf

Monochromatic Colors of #dcaadf

#dcaadf

Complementary Color

#dcaadf #addfaa

#dcaadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaadf Color CSS Codes

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

#dcaadf Text Font Color

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

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


#dcaadf Background Color

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

This div background color is #dcaadf


#dcaadf Border Color

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

This div border color is #dcaadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaadf


Comments

No comments written yet.

Please login to write comment.