Color Hex Logo

#dcacdb Color Hex

#DCACDB
(220,172,219)
0 Favorites   0 Comments

Color spaces of #dcacdb

RGB 220172219
HSL0.840.410.77
HSV301°22°86°
CMYK 0.000.220.00   0.14
XYZ57.053949.835273.6299
Yxy49.83520.31610.2761
Hunter Lab70.594120.7236-12.4239
CIE-Lab75.968025.3659-16.9820

#dcacdb color RGB value is (220,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 11011011
Octal 334 254 333
Decimal 220 172 219
Hex DC AC DB

RGB Percentages of Color #dcacdb

%36.01
%28.15
%35.84

CMYK Percentages of Color #dcacdb

%0
%22
%0
%14

Triadic Colors of #dcacdb

#dcacdb #dbdcac #acdbdc

Analogous Colors of #dcacdb

#dcacdb #dcacc3 #c5acdc

Monochromatic Colors of #dcacdb

#dcacdb

Complementary Color

#dcacdb #acdcad

#dcacdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcacdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcacdb Color CSS Codes

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

#dcacdb Text Font Color

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

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


#dcacdb Background Color

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

This div background color is #dcacdb


#dcacdb Border Color

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

This div border color is #dcacdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcacdb


Comments

No comments written yet.

Please login to write comment.