Color Hex Logo

#dcabc1 Color Hex

#DCABC1
(220,171,193)
0 Favorites   0 Comments

Color spaces of #dcabc1

RGB 220171193
HSL0.930.410.77
HSV333°22°86°
CMYK 0.000.220.12   0.14
XYZ53.703748.191756.9235
Yxy48.19170.33810.3034
Hunter Lab69.420216.6027-0.0227
CIE-Lab74.945721.3497-4.3138

#dcabc1 color RGB value is (220,171,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 11000001
Octal 334 253 301
Decimal 220 171 193
Hex DC AB C1

RGB Percentages of Color #dcabc1

%37.67
%29.28
%33.05

CMYK Percentages of Color #dcabc1

%0
%22
%12
%14

Triadic Colors of #dcabc1

#dcabc1 #c1dcab #abc1dc

Analogous Colors of #dcabc1

#dcabc1 #dcaeab #dcabda

Monochromatic Colors of #dcabc1

#dcabc1

Complementary Color

#dcabc1 #abdcc6

#dcabc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcabc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcabc1 Color CSS Codes

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

#dcabc1 Text Font Color

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

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


#dcabc1 Background Color

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

This div background color is #dcabc1


#dcabc1 Border Color

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

This div border color is #dcabc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcabc1


Comments

No comments written yet.

Please login to write comment.