Color Hex Logo

#dcb7bc Color Hex

#DCB7BC
(220,183,188)
0 Favorites   0 Comments

Color spaces of #dcb7bc

RGB 220183188
HSL0.980.350.79
HSV352°17°86°
CMYK 0.000.170.15   0.14
XYZ55.525852.713554.8251
Yxy52.71350.34050.3233
Hunter Lab72.60419.45536.0515
CIE-Lab77.705514.07682.4492

#dcb7bc color RGB value is (220,183,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 10111100
Octal 334 267 274
Decimal 220 183 188
Hex DC B7 BC

RGB Percentages of Color #dcb7bc

%37.23
%30.96
%31.81

CMYK Percentages of Color #dcb7bc

%0
%17
%15
%14

Triadic Colors of #dcb7bc

#dcb7bc #bcdcb7 #b7bcdc

Analogous Colors of #dcb7bc

#dcb7bc #dcc5b7 #dcb7cf

Monochromatic Colors of #dcb7bc

#dcb7bc

Complementary Color

#dcb7bc #b7dcd7

#dcb7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb7bc Color CSS Codes

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

#dcb7bc Text Font Color

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

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


#dcb7bc Background Color

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

This div background color is #dcb7bc


#dcb7bc Border Color

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

This div border color is #dcb7bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb7bc


Comments

No comments written yet.

Please login to write comment.