Color Hex Logo

#dcb2dd Color Hex

#DCB2DD
(220,178,221)
0 Favorites   0 Comments

Color spaces of #dcb2dd

RGB 220178221
HSL0.830.390.78
HSV299°19°87°
CMYK 0.000.190.00   0.13
XYZ58.486752.276975.4145
Yxy52.27690.31410.2808
Hunter Lab72.302817.8613-11.2298
CIE-Lab77.446122.4963-15.8405

#dcb2dd color RGB value is (220,178,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110010 11011101
Octal 334 262 335
Decimal 220 178 221
Hex DC B2 DD

RGB Percentages of Color #dcb2dd

%35.54
%28.76
%35.70

CMYK Percentages of Color #dcb2dd

%0
%19
%0
%13

Triadic Colors of #dcb2dd

#dcb2dd #dddcb2 #b2dddc

Analogous Colors of #dcb2dd

#dcb2dd #ddb2c9 #c7b2dd

Monochromatic Colors of #dcb2dd

#dcb2dd

Complementary Color

#dcb2dd #b3ddb2

#dcb2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb2dd Color CSS Codes

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

#dcb2dd Text Font Color

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

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


#dcb2dd Background Color

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

This div background color is #dcb2dd


#dcb2dd Border Color

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

This div border color is #dcb2dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb2dd


Comments

No comments written yet.

Please login to write comment.