Color Hex Logo

#dcbadc Color Hex

#DCBADC
(220,186,220)
0 Favorites   0 Comments

Color spaces of #dcbadc

RGB 220186220
HSL0.830.330.80
HSV300°15°86°
CMYK 0.000.150.00   0.14
XYZ59.992455.500875.2609
Yxy55.50080.31450.2910
Hunter Lab74.498913.3694-7.7473
CIE-Lab79.328917.9996-12.4742

#dcbadc color RGB value is (220,186,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 11011100
Octal 334 272 334
Decimal 220 186 220
Hex DC BA DC

RGB Percentages of Color #dcbadc

%35.14
%29.71
%35.14

CMYK Percentages of Color #dcbadc

%0
%15
%0
%14

Triadic Colors of #dcbadc

#dcbadc #dcdcba #badcdc

Analogous Colors of #dcbadc

#dcbadc #dcbacb #cbbadc

Monochromatic Colors of #dcbadc

#dcbadc

Complementary Color

#dcbadc #badcba

#dcbadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbadc Color CSS Codes

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

#dcbadc Text Font Color

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

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


#dcbadc Background Color

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

This div background color is #dcbadc


#dcbadc Border Color

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

This div border color is #dcbadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbadc


Comments

No comments written yet.

Please login to write comment.