Color Hex Logo

#dcb4bb Color Hex

#DCB4BB
(220,180,187)
0 Favorites   0 Comments

Color spaces of #dcb4bb

RGB 220180187
HSL0.970.360.78
HSV350°18°86°
CMYK 0.000.180.15   0.14
XYZ54.806151.446054.0552
Yxy51.44600.34190.3209
Hunter Lab71.725910.87255.5250
CIE-Lab76.948415.52661.8921

#dcb4bb color RGB value is (220,180,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110100 10111011
Octal 334 264 273
Decimal 220 180 187
Hex DC B4 BB

RGB Percentages of Color #dcb4bb

%37.48
%30.66
%31.86

CMYK Percentages of Color #dcb4bb

%0
%18
%15
%14

Triadic Colors of #dcb4bb

#dcb4bb #bbdcb4 #b4bbdc

Analogous Colors of #dcb4bb

#dcb4bb #dcc1b4 #dcb4cf

Monochromatic Colors of #dcb4bb

#dcb4bb

Complementary Color

#dcb4bb #b4dcd5

#dcb4bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb4bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb4bb Color CSS Codes

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

#dcb4bb Text Font Color

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

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


#dcb4bb Background Color

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

This div background color is #dcb4bb


#dcb4bb Border Color

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

This div border color is #dcb4bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb4bb


Comments

No comments written yet.

Please login to write comment.