Color Hex Logo

#dcb8dd Color Hex

#DCB8DD
(220,184,221)
0 Favorites   0 Comments

Color spaces of #dcb8dd

RGB 220184221
HSL0.830.350.79
HSV298°17°87°
CMYK 0.000.170.00   0.13
XYZ59.706854.717175.8212
Yxy54.71710.31380.2876
Hunter Lab73.971014.6297-8.9933
CIE-Lab78.878019.2612-13.6892

#dcb8dd color RGB value is (220,184,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111000 11011101
Octal 334 270 335
Decimal 220 184 221
Hex DC B8 DD

RGB Percentages of Color #dcb8dd

%35.20
%29.44
%35.36

CMYK Percentages of Color #dcb8dd

%0
%17
%0
%13

Triadic Colors of #dcb8dd

#dcb8dd #dddcb8 #b8dddc

Analogous Colors of #dcb8dd

#dcb8dd #ddb8cc #cab8dd

Monochromatic Colors of #dcb8dd

#dcb8dd

Complementary Color

#dcb8dd #b9ddb8

#dcb8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb8dd Color CSS Codes

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

#dcb8dd Text Font Color

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

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


#dcb8dd Background Color

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

This div background color is #dcb8dd


#dcb8dd Border Color

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

This div border color is #dcb8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb8dd


Comments

No comments written yet.

Please login to write comment.