Color Hex Logo

#dcabc8 Color Hex

#DCABC8
(220,171,200)
0 Favorites   0 Comments

Color spaces of #dcabc8

RGB 220171200
HSL0.900.410.77
HSV324°22°86°
CMYK 0.000.220.09   0.14
XYZ54.503448.511661.1346
Yxy48.51160.33200.2955
Hunter Lab69.650317.7936-3.2858
CIE-Lab75.146522.5259-7.8465

#dcabc8 color RGB value is (220,171,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 11001000
Octal 334 253 310
Decimal 220 171 200
Hex DC AB C8

RGB Percentages of Color #dcabc8

%37.23
%28.93
%33.84

CMYK Percentages of Color #dcabc8

%0
%22
%9
%14

Triadic Colors of #dcabc8

#dcabc8 #c8dcab #abc8dc

Analogous Colors of #dcabc8

#dcabc8 #dcabb0 #d8abdc

Monochromatic Colors of #dcabc8

#dcabc8

Complementary Color

#dcabc8 #abdcbf

#dcabc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcabc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcabc8 Color CSS Codes

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

#dcabc8 Text Font Color

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

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


#dcabc8 Background Color

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

This div background color is #dcabc8


#dcabc8 Border Color

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

This div border color is #dcabc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcabc8


Comments

No comments written yet.

Please login to write comment.