Color Hex Logo

#dcb0b9 Color Hex

#DCB0B9
(220,176,185)
0 Favorites   0 Comments

Color spaces of #dcb0b9

RGB 220176185
HSL0.970.390.78
HSV348°20°86°
CMYK 0.000.200.16   0.14
XYZ53.797549.769152.6699
Yxy49.76910.34430.3185
Hunter Lab70.547212.66195.1177
CIE-Lab75.927317.35911.4962

#dcb0b9 color RGB value is (220,176,185).

#dcb0b9 hex color red value is 220, green value is 176 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #dcb0b9 hue: 0.97 , saturation: 0.39 and the lightness value of dcb0b9 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110000 10111001
Octal 334 260 271
Decimal 220 176 185
Hex DC B0 B9

RGB Percentages of Color #dcb0b9

%37.87
%30.29
%31.84

CMYK Percentages of Color #dcb0b9

%0
%20
%16
%14

Triadic Colors of #dcb0b9

#dcb0b9 #b9dcb0 #b0b9dc

Analogous Colors of #dcb0b9

#dcb0b9 #dcbdb0 #dcb0cf

Monochromatic Colors of #dcb0b9

#dcb0b9

Complementary Color

#dcb0b9 #b0dcd3

#dcb0b9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb0b9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb0b9 Color CSS Codes

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

#dcb0b9 Text Font Color

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

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


#dcb0b9 Background Color

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

This div background color is #dcb0b9


#dcb0b9 Border Color

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

This div border color is #dcb0b9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb0b9


Comments

No comments written yet.

Please login to write comment.