Color Hex Logo

#dcabd6 Color Hex

#DCABD6
(220,171,214)
0 Favorites   0 Comments

Color spaces of #dcabd6

RGB 220171214
HSL0.850.410.77
HSV307°22°86°
CMYK 0.000.220.03   0.14
XYZ56.215749.196570.1513
Yxy49.19650.32020.2802
Hunter Lab70.140220.3181-10.2012
CIE-Lab75.573424.9910-14.8531

#dcabd6 color RGB value is (220,171,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 11010110
Octal 334 253 326
Decimal 220 171 214
Hex DC AB D6

RGB Percentages of Color #dcabd6

%36.36
%28.26
%35.37

CMYK Percentages of Color #dcabd6

%0
%22
%3
%14

Triadic Colors of #dcabd6

#dcabd6 #d6dcab #abd6dc

Analogous Colors of #dcabd6

#dcabd6 #dcabbe #caabdc

Monochromatic Colors of #dcabd6

#dcabd6

Complementary Color

#dcabd6 #abdcb1

#dcabd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcabd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcabd6 Color CSS Codes

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

#dcabd6 Text Font Color

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

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


#dcabd6 Background Color

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

This div background color is #dcabd6


#dcabd6 Border Color

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

This div border color is #dcabd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcabd6


Comments

No comments written yet.

Please login to write comment.