Color Hex Logo

#dcb0ba Color Hex

#DCB0BA
(220,176,186)
0 Favorites   0 Comments

Color spaces of #dcb0ba

RGB 220176186
HSL0.960.390.78
HSV346°20°86°
CMYK 0.000.200.15   0.14
XYZ53.903549.811553.2279
Yxy49.81150.34350.3174
Hunter Lab70.577312.81954.6888
CIE-Lab75.953417.51800.9887

#dcb0ba color RGB value is (220,176,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110000 10111010
Octal 334 260 272
Decimal 220 176 186
Hex DC B0 BA

RGB Percentages of Color #dcb0ba

%37.80
%30.24
%31.96

CMYK Percentages of Color #dcb0ba

%0
%20
%15
%14

Triadic Colors of #dcb0ba

#dcb0ba #badcb0 #b0badc

Analogous Colors of #dcb0ba

#dcb0ba #dcbcb0 #dcb0d0

Monochromatic Colors of #dcb0ba

#dcb0ba

Complementary Color

#dcb0ba #b0dcd2

#dcb0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb0ba Color CSS Codes

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

#dcb0ba Text Font Color

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

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


#dcb0ba Background Color

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

This div background color is #dcb0ba


#dcb0ba Border Color

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

This div border color is #dcb0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb0ba


Comments

No comments written yet.

Please login to write comment.