Color Hex Logo

#dcb1dc Color Hex

#DCB1DC
(220,177,220)
0 Favorites   0 Comments

Color spaces of #dcb1dc

RGB 220177220
HSL0.830.380.78
HSV300°20°86°
CMYK 0.000.200.00   0.14
XYZ58.155651.827274.6487
Yxy51.82720.31500.2807
Hunter Lab71.991118.2108-11.0849
CIE-Lab77.177422.8505-15.7028

#dcb1dc color RGB value is (220,177,220).

#dcb1dc hex color red value is 220, green value is 177 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dcb1dc hue: 0.83 , saturation: 0.38 and the lightness value of dcb1dc is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110001 11011100
Octal 334 261 334
Decimal 220 177 220
Hex DC B1 DC

RGB Percentages of Color #dcb1dc

%35.66
%28.69
%35.66

CMYK Percentages of Color #dcb1dc

%0
%20
%0
%14

Triadic Colors of #dcb1dc

#dcb1dc #dcdcb1 #b1dcdc

Analogous Colors of #dcb1dc

#dcb1dc #dcb1c7 #c7b1dc

Monochromatic Colors of #dcb1dc

#dcb1dc

Complementary Color

#dcb1dc #b1dcb1

#dcb1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb1dc Color CSS Codes

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

#dcb1dc Text Font Color

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

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


#dcb1dc Background Color

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

This div background color is #dcb1dc


#dcb1dc Border Color

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

This div border color is #dcb1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb1dc


Comments

No comments written yet.

Please login to write comment.