Color Hex Logo

#dcbcdc Color Hex

#DCBCDC
(220,188,220)
0 Favorites   0 Comments

Color spaces of #dcbcdc

RGB 220188220
HSL0.830.310.80
HSV300°15°86°
CMYK 0.000.150.00   0.14
XYZ60.416756.349475.4024
Yxy56.34940.31440.2932
Hunter Lab75.066212.2990-7.0091
CIE-Lab79.812316.9248-11.7515

#dcbcdc color RGB value is (220,188,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111100 11011100
Octal 334 274 334
Decimal 220 188 220
Hex DC BC DC

RGB Percentages of Color #dcbcdc

%35.03
%29.94
%35.03

CMYK Percentages of Color #dcbcdc

%0
%15
%0
%14

Triadic Colors of #dcbcdc

#dcbcdc #dcdcbc #bcdcdc

Analogous Colors of #dcbcdc

#dcbcdc #dcbccc #ccbcdc

Monochromatic Colors of #dcbcdc

#dcbcdc

Complementary Color

#dcbcdc #bcdcbc

#dcbcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbcdc Color CSS Codes

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

#dcbcdc Text Font Color

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

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


#dcbcdc Background Color

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

This div background color is #dcbcdc


#dcbcdc Border Color

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

This div border color is #dcbcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbcdc


Comments

No comments written yet.

Please login to write comment.