Color Hex Logo

#dcb0cf Color Hex

#DCB0CF
(220,176,207)
0 Favorites   0 Comments

Color spaces of #dcb0cf

RGB 220176207
HSL0.880.390.78
HSV318°20°86°
CMYK 0.000.200.06   0.14
XYZ56.303050.771365.8638
Yxy50.77130.32560.2936
Hunter Lab71.254016.3515-4.9271
CIE-Lab76.540321.0407-9.5927

#dcb0cf color RGB value is (220,176,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110000 11001111
Octal 334 260 317
Decimal 220 176 207
Hex DC B0 CF

RGB Percentages of Color #dcb0cf

%36.48
%29.19
%34.33

CMYK Percentages of Color #dcb0cf

%0
%20
%6
%14

Triadic Colors of #dcb0cf

#dcb0cf #cfdcb0 #b0cfdc

Analogous Colors of #dcb0cf

#dcb0cf #dcb0b9 #d3b0dc

Monochromatic Colors of #dcb0cf

#dcb0cf

Complementary Color

#dcb0cf #b0dcbd

#dcb0cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb0cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb0cf Color CSS Codes

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

#dcb0cf Text Font Color

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

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


#dcb0cf Background Color

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

This div background color is #dcb0cf


#dcb0cf Border Color

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

This div border color is #dcb0cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb0cf


Comments

No comments written yet.

Please login to write comment.