Color Hex Logo

#dcb7dd Color Hex

#DCB7DD
(220,183,221)
0 Favorites   0 Comments

Color spaces of #dcb7dd

RGB 220183221
HSL0.830.360.79
HSV298°17°87°
CMYK 0.000.170.00   0.13
XYZ59.499854.303175.7522
Yxy54.30310.31390.2865
Hunter Lab73.690615.1671-9.3652
CIE-Lab78.638119.7997-14.0490

#dcb7dd color RGB value is (220,183,221).

#dcb7dd hex color red value is 220, green value is 183 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dcb7dd hue: 0.83 , saturation: 0.36 and the lightness value of dcb7dd is 0.79.

The process color (four color CMYK) of #dcb7dd color hex is 0.00, 0.17, 0.00, 0.13. Web safe color of #dcb7dd is #cccccc. Color #dcb7dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 11011101
Octal 334 267 335
Decimal 220 183 221
Hex DC B7 DD

RGB Percentages of Color #dcb7dd

%35.26
%29.33
%35.42

CMYK Percentages of Color #dcb7dd

%0
%17
%0
%13

Triadic Colors of #dcb7dd

#dcb7dd #dddcb7 #b7dddc

Analogous Colors of #dcb7dd

#dcb7dd #ddb7cb #c9b7dd

Monochromatic Colors of #dcb7dd

#dcb7dd

Complementary Color

#dcb7dd #b8ddb7

#dcb7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb7dd Color CSS Codes

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

#dcb7dd Text Font Color

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

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


#dcb7dd Background Color

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

This div background color is #dcb7dd


#dcb7dd Border Color

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

This div border color is #dcb7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb7dd


Comments

No comments written yet.

Please login to write comment.