Color Hex Logo

#dcabdd Color Hex

#DCABDD
(220,171,221)
0 Favorites   0 Comments

Color spaces of #dcabdd

RGB 220171221
HSL0.830.420.77
HSV299°23°87°
CMYK 0.000.230.00   0.13
XYZ57.129349.561974.9620
Yxy49.56190.31450.2728
Hunter Lab70.400221.6512-13.8517
CIE-Lab75.799626.2776-18.3247

#dcabdd color RGB value is (220,171,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 11011101
Octal 334 253 335
Decimal 220 171 221
Hex DC AB DD

RGB Percentages of Color #dcabdd

%35.95
%27.94
%36.11

CMYK Percentages of Color #dcabdd

%0
%23
%0
%13

Triadic Colors of #dcabdd

#dcabdd #dddcab #abdddc

Analogous Colors of #dcabdd

#dcabdd #ddabc5 #c3abdd

Monochromatic Colors of #dcabdd

#dcabdd

Complementary Color

#dcabdd #acddab

#dcabdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcabdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcabdd Color CSS Codes

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

#dcabdd Text Font Color

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

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


#dcabdd Background Color

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

This div background color is #dcabdd


#dcabdd Border Color

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

This div border color is #dcabdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcabdd


Comments

No comments written yet.

Please login to write comment.