Color Hex Logo

#dcabd5 Color Hex

#DCABD5
(220,171,213)
0 Favorites   0 Comments

Color spaces of #dcabd5

RGB 220171213
HSL0.860.410.77
HSV309°22°86°
CMYK 0.000.220.03   0.14
XYZ56.088449.145669.4807
Yxy49.14560.32100.2813
Hunter Lab70.103920.1315-9.6902
CIE-Lab75.541824.8101-14.3554

#dcabd5 color RGB value is (220,171,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 11010101
Octal 334 253 325
Decimal 220 171 213
Hex DC AB D5

RGB Percentages of Color #dcabd5

%36.42
%28.31
%35.26

CMYK Percentages of Color #dcabd5

%0
%22
%3
%14

Triadic Colors of #dcabd5

#dcabd5 #d5dcab #abd5dc

Analogous Colors of #dcabd5

#dcabd5 #dcabbd #cbabdc

Monochromatic Colors of #dcabd5

#dcabd5

Complementary Color

#dcabd5 #abdcb2

#dcabd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcabd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcabd5 Color CSS Codes

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

#dcabd5 Text Font Color

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

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


#dcabd5 Background Color

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

This div background color is #dcabd5


#dcabd5 Border Color

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

This div border color is #dcabd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcabd5


Comments

No comments written yet.

Please login to write comment.