Color Hex Logo

#dcb3cf Color Hex

#DCB3CF
(220,179,207)
0 Favorites   0 Comments

Color spaces of #dcb3cf

RGB 220179207
HSL0.890.370.78
HSV319°19°86°
CMYK 0.000.190.06   0.14
XYZ56.897851.960866.0621
Yxy51.96080.32530.2971
Hunter Lab72.083814.7483-3.8783
CIE-Lab77.257419.4231-8.5259

#dcb3cf color RGB value is (220,179,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 11001111
Octal 334 263 317
Decimal 220 179 207
Hex DC B3 CF

RGB Percentages of Color #dcb3cf

%36.30
%29.54
%34.16

CMYK Percentages of Color #dcb3cf

%0
%19
%6
%14

Triadic Colors of #dcb3cf

#dcb3cf #cfdcb3 #b3cfdc

Analogous Colors of #dcb3cf

#dcb3cf #dcb3bb #d5b3dc

Monochromatic Colors of #dcb3cf

#dcb3cf

Complementary Color

#dcb3cf #b3dcc0

#dcb3cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb3cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb3cf Color CSS Codes

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

#dcb3cf Text Font Color

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

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


#dcb3cf Background Color

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

This div background color is #dcb3cf


#dcb3cf Border Color

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

This div border color is #dcb3cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,179,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 #dcb3cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb3cf


Comments

No comments written yet.

Please login to write comment.