Color Hex Logo

#dcbbca Color Hex

#DCBBCA
(220,187,202)
0 Favorites   0 Comments

Color spaces of #dcbbca

RGB 220187202
HSL0.920.320.80
HSV333°15°86°
CMYK 0.000.150.08   0.14
XYZ57.946255.020663.4431
Yxy55.02060.32850.3119
Hunter Lab74.17599.63641.2120
CIE-Lab79.053114.2554-3.1621

#dcbbca color RGB value is (220,187,202).

#dcbbca hex color red value is 220, green value is 187 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dcbbca hue: 0.92 , saturation: 0.32 and the lightness value of dcbbca is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 11001010
Octal 334 273 312
Decimal 220 187 202
Hex DC BB CA

RGB Percentages of Color #dcbbca

%36.12
%30.71
%33.17

CMYK Percentages of Color #dcbbca

%0
%15
%8
%14

Triadic Colors of #dcbbca

#dcbbca #cadcbb #bbcadc

Analogous Colors of #dcbbca

#dcbbca #dcbdbb #dcbbdb

Monochromatic Colors of #dcbbca

#dcbbca

Complementary Color

#dcbbca #bbdccd

#dcbbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbbca Color CSS Codes

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

#dcbbca Text Font Color

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

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


#dcbbca Background Color

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

This div background color is #dcbbca


#dcbbca Border Color

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

This div border color is #dcbbca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,187,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 #dcbbca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbbca


Comments

No comments written yet.

Please login to write comment.