Color Hex Logo

#dcbbdc Color Hex

#DCBBDC
(220,187,220)
0 Favorites   0 Comments

Color spaces of #dcbbdc

RGB 220187220
HSL0.830.320.80
HSV300°15°86°
CMYK 0.000.150.00   0.14
XYZ60.203855.923675.3314
Yxy55.92360.31440.2921
Hunter Lab74.782112.8339-7.3781
CIE-Lab79.570317.4621-12.1131

#dcbbdc color RGB value is (220,187,220).

#dcbbdc hex color red value is 220, green value is 187 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dcbbdc hue: 0.83 , saturation: 0.32 and the lightness value of dcbbdc is 0.80.

The process color (four color CMYK) of #dcbbdc color hex is 0.00, 0.15, 0.00, 0.14. Web safe color of #dcbbdc is #cccccc. Color #dcbbdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 11011100
Octal 334 273 334
Decimal 220 187 220
Hex DC BB DC

RGB Percentages of Color #dcbbdc

%35.09
%29.82
%35.09

CMYK Percentages of Color #dcbbdc

%0
%15
%0
%14

Triadic Colors of #dcbbdc

#dcbbdc #dcdcbb #bbdcdc

Analogous Colors of #dcbbdc

#dcbbdc #dcbbcc #ccbbdc

Monochromatic Colors of #dcbbdc

#dcbbdc

Complementary Color

#dcbbdc #bbdcbb

#dcbbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbbdc Color CSS Codes

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

#dcbbdc Text Font Color

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

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


#dcbbdc Background Color

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

This div background color is #dcbbdc


#dcbbdc Border Color

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

This div border color is #dcbbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbbdc


Comments

No comments written yet.

Please login to write comment.