Color Hex Logo

#dcabd8 Color Hex

#DCABD8
(220,171,216)
0 Favorites   0 Comments

Color spaces of #dcabd8

RGB 220171216
HSL0.850.410.77
HSV305°22°86°
CMYK 0.000.220.02   0.14
XYZ56.472849.299371.5050
Yxy49.29930.31860.2781
Hunter Lab70.213520.6943-11.2312
CIE-Lab75.637125.3551-15.8472

#dcabd8 color RGB value is (220,171,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 11011000
Octal 334 253 330
Decimal 220 171 216
Hex DC AB D8

RGB Percentages of Color #dcabd8

%36.24
%28.17
%35.58

CMYK Percentages of Color #dcabd8

%0
%22
%2
%14

Triadic Colors of #dcabd8

#dcabd8 #d8dcab #abd8dc

Analogous Colors of #dcabd8

#dcabd8 #dcabc0 #c8abdc

Monochromatic Colors of #dcabd8

#dcabd8

Complementary Color

#dcabd8 #abdcaf

#dcabd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcabd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcabd8 Color CSS Codes

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

#dcabd8 Text Font Color

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

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


#dcabd8 Background Color

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

This div background color is #dcabd8


#dcabd8 Border Color

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

This div border color is #dcabd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcabd8


Comments

No comments written yet.

Please login to write comment.