Color Hex Logo

#dcb6ca Color Hex

#DCB6CA
(220,182,202)
0 Favorites   0 Comments

Color spaces of #dcb6ca

RGB 220182202
HSL0.910.350.79
HSV328°17°86°
CMYK 0.000.170.08   0.14
XYZ56.903852.935863.0956
Yxy52.93580.32900.3061
Hunter Lab72.757012.2815-0.4870
CIE-Lab77.837116.9393-4.9532

#dcb6ca color RGB value is (220,182,202).

#dcb6ca hex color red value is 220, green value is 182 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dcb6ca hue: 0.91 , saturation: 0.35 and the lightness value of dcb6ca is 0.79.

The process color (four color CMYK) of #dcb6ca color hex is 0.00, 0.17, 0.08, 0.14. Web safe color of #dcb6ca is #cccccc. Color #dcb6ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110110 11001010
Octal 334 266 312
Decimal 220 182 202
Hex DC B6 CA

RGB Percentages of Color #dcb6ca

%36.42
%30.13
%33.44

CMYK Percentages of Color #dcb6ca

%0
%17
%8
%14

Triadic Colors of #dcb6ca

#dcb6ca #cadcb6 #b6cadc

Analogous Colors of #dcb6ca

#dcb6ca #dcb6b7 #dbb6dc

Monochromatic Colors of #dcb6ca

#dcb6ca

Complementary Color

#dcb6ca #b6dcc8

#dcb6ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb6ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb6ca Color CSS Codes

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

#dcb6ca Text Font Color

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

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


#dcb6ca Background Color

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

This div background color is #dcb6ca


#dcb6ca Border Color

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

This div border color is #dcb6ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb6ca


Comments

No comments written yet.

Please login to write comment.