Color Hex Logo

#dcb0de Color Hex

#DCB0DE
(220,176,222)
0 Favorites   0 Comments

Color spaces of #dcb0de

RGB 220176222
HSL0.830.410.78
HSV297°21°87°
CMYK 0.010.210.00   0.13
XYZ58.225451.540275.9867
Yxy51.54020.31350.2775
Hunter Lab71.791519.1346-12.5006
CIE-Lab77.005123.7630-17.0473

#dcb0de color RGB value is (220,176,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110000 11011110
Octal 334 260 336
Decimal 220 176 222
Hex DC B0 DE

RGB Percentages of Color #dcb0de

%35.60
%28.48
%35.92

CMYK Percentages of Color #dcb0de

%1
%21
%0
%13

Triadic Colors of #dcb0de

#dcb0de #dedcb0 #b0dedc

Analogous Colors of #dcb0de

#dcb0de #deb0c9 #c5b0de

Monochromatic Colors of #dcb0de

#dcb0de

Complementary Color

#dcb0de #b2deb0

#dcb0de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb0de Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb0de Color CSS Codes

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

#dcb0de Text Font Color

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

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


#dcb0de Background Color

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

This div background color is #dcb0de


#dcb0de Border Color

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

This div border color is #dcb0de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb0de


Comments

No comments written yet.

Please login to write comment.