Color Hex Logo

#dcaadc Color Hex

#DCAADC
(220,170,220)
0 Favorites   0 Comments

Color spaces of #dcaadc

RGB 220170220
HSL0.830.420.76
HSV300°23°86°
CMYK 0.000.230.00   0.14
XYZ56.808249.132474.1995
Yxy49.13240.31540.2727
Hunter Lab70.094522.0002-13.6961
CIE-Lab75.533626.6319-18.1824

#dcaadc color RGB value is (220,170,220).

#dcaadc hex color red value is 220, green value is 170 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dcaadc hue: 0.83 , saturation: 0.42 and the lightness value of dcaadc is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 11011100
Octal 334 252 334
Decimal 220 170 220
Hex DC AA DC

RGB Percentages of Color #dcaadc

%36.07
%27.87
%36.07

CMYK Percentages of Color #dcaadc

%0
%23
%0
%14

Triadic Colors of #dcaadc

#dcaadc #dcdcaa #aadcdc

Analogous Colors of #dcaadc

#dcaadc #dcaac3 #c3aadc

Monochromatic Colors of #dcaadc

#dcaadc

Complementary Color

#dcaadc #aadcaa

#dcaadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaadc Color CSS Codes

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

#dcaadc Text Font Color

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

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


#dcaadc Background Color

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

This div background color is #dcaadc


#dcaadc Border Color

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

This div border color is #dcaadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaadc


Comments

No comments written yet.

Please login to write comment.