Color Hex Logo

#dcb4cb Color Hex

#DCB4CB
(220,180,203)
0 Favorites   0 Comments

Color spaces of #dcb4cb

RGB 220180203
HSL0.900.360.78
HSV326°18°86°
CMYK 0.000.180.08   0.14
XYZ56.616052.170063.5857
Yxy52.17000.32850.3027
Hunter Lab72.228813.5155-1.6350
CIE-Lab77.382418.1876-6.1677

#dcb4cb color RGB value is (220,180,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110100 11001011
Octal 334 264 313
Decimal 220 180 203
Hex DC B4 CB

RGB Percentages of Color #dcb4cb

%36.48
%29.85
%33.67

CMYK Percentages of Color #dcb4cb

%0
%18
%8
%14

Triadic Colors of #dcb4cb

#dcb4cb #cbdcb4 #b4cbdc

Analogous Colors of #dcb4cb

#dcb4cb #dcb4b7 #d9b4dc

Monochromatic Colors of #dcb4cb

#dcb4cb

Complementary Color

#dcb4cb #b4dcc5

#dcb4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb4cb Color CSS Codes

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

#dcb4cb Text Font Color

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

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


#dcb4cb Background Color

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

This div background color is #dcb4cb


#dcb4cb Border Color

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

This div border color is #dcb4cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb4cb


Comments

No comments written yet.

Please login to write comment.