Color Hex Logo

#dcb4bd Color Hex

#DCB4BD
(220,180,189)
0 Favorites   0 Comments

Color spaces of #dcb4bd

RGB 220180189
HSL0.960.360.78
HSV347°18°86°
CMYK 0.000.180.14   0.14
XYZ55.021851.532355.1909
Yxy51.53230.34020.3186
Hunter Lab71.786011.18944.6665
CIE-Lab77.000315.84800.8802

#dcb4bd color RGB value is (220,180,189).

#dcb4bd hex color red value is 220, green value is 180 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dcb4bd hue: 0.96 , saturation: 0.36 and the lightness value of dcb4bd is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110100 10111101
Octal 334 264 275
Decimal 220 180 189
Hex DC B4 BD

RGB Percentages of Color #dcb4bd

%37.35
%30.56
%32.09

CMYK Percentages of Color #dcb4bd

%0
%18
%14
%14

Triadic Colors of #dcb4bd

#dcb4bd #bddcb4 #b4bddc

Analogous Colors of #dcb4bd

#dcb4bd #dcbfb4 #dcb4d1

Monochromatic Colors of #dcb4bd

#dcb4bd

Complementary Color

#dcb4bd #b4dcd3

#dcb4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb4bd Color CSS Codes

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

#dcb4bd Text Font Color

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

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


#dcb4bd Background Color

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

This div background color is #dcb4bd


#dcb4bd Border Color

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

This div border color is #dcb4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb4bd

#dcb4bd Color Palettes


Comments

No comments written yet.

Please login to write comment.