Color Hex Logo

#dcb1de Color Hex

#DCB1DE
(220,177,222)
0 Favorites   0 Comments

Color spaces of #dcb1de

RGB 220177222
HSL0.830.410.78
HSV297°20°87°
CMYK 0.010.200.00   0.13
XYZ58.422251.933976.0523
Yxy51.93390.31340.2786
Hunter Lab72.065218.5933-12.1247
CIE-Lab77.241323.2227-16.6911

#dcb1de color RGB value is (220,177,222).

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

The process color (four color CMYK) of #dcb1de color hex is 0.01, 0.20, 0.00, 0.13. Web safe color of #dcb1de is #cc99cc. Color #dcb1de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110001 11011110
Octal 334 261 336
Decimal 220 177 222
Hex DC B1 DE

RGB Percentages of Color #dcb1de

%35.54
%28.59
%35.86

CMYK Percentages of Color #dcb1de

%1
%20
%0
%13

Triadic Colors of #dcb1de

#dcb1de #dedcb1 #b1dedc

Analogous Colors of #dcb1de

#dcb1de #deb1ca #c6b1de

Monochromatic Colors of #dcb1de

#dcb1de

Complementary Color

#dcb1de #b3deb1

#dcb1de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb1de Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb1de Color CSS Codes

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

#dcb1de Text Font Color

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

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


#dcb1de Background Color

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

This div background color is #dcb1de


#dcb1de Border Color

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

This div border color is #dcb1de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb1de


Comments

No comments written yet.

Please login to write comment.