Color Hex Logo

#dcb3be Color Hex

#DCB3BE
(220,179,190)
0 Favorites   0 Comments

Color spaces of #dcb3be

RGB 220179190
HSL0.960.370.78
HSV344°19°86°
CMYK 0.000.190.14   0.14
XYZ54.929651.173555.6976
Yxy51.17350.33950.3163
Hunter Lab71.535711.87623.9118
CIE-Lab76.784016.54760.0207

#dcb3be color RGB value is (220,179,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 10111110
Octal 334 263 276
Decimal 220 179 190
Hex DC B3 BE

RGB Percentages of Color #dcb3be

%37.35
%30.39
%32.26

CMYK Percentages of Color #dcb3be

%0
%19
%14
%14

Triadic Colors of #dcb3be

#dcb3be #bedcb3 #b3bedc

Analogous Colors of #dcb3be

#dcb3be #dcbdb3 #dcb3d3

Monochromatic Colors of #dcb3be

#dcb3be

Complementary Color

#dcb3be #b3dcd1

#dcb3be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb3be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb3be Color CSS Codes

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

#dcb3be Text Font Color

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

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


#dcb3be Background Color

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

This div background color is #dcb3be


#dcb3be Border Color

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

This div border color is #dcb3be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb3be


Comments

No comments written yet.

Please login to write comment.