Color Hex Logo

#dcbadb Color Hex

#DCBADB
(220,186,219)
0 Favorites   0 Comments

Color spaces of #dcbadb

RGB 220186219
HSL0.840.330.80
HSV302°15°86°
CMYK 0.000.150.00   0.14
XYZ59.860355.447974.5654
Yxy55.44790.31530.2920
Hunter Lab74.463313.1834-7.2469
CIE-Lab79.298617.8152-11.9800

#dcbadb color RGB value is (220,186,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 11011011
Octal 334 272 333
Decimal 220 186 219
Hex DC BA DB

RGB Percentages of Color #dcbadb

%35.20
%29.76
%35.04

CMYK Percentages of Color #dcbadb

%0
%15
%0
%14

Triadic Colors of #dcbadb

#dcbadb #dbdcba #badbdc

Analogous Colors of #dcbadb

#dcbadb #dcbaca #ccbadc

Monochromatic Colors of #dcbadb

#dcbadb

Complementary Color

#dcbadb #badcbb

#dcbadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbadb Color CSS Codes

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

#dcbadb Text Font Color

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

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


#dcbadb Background Color

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

This div background color is #dcbadb


#dcbadb Border Color

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

This div border color is #dcbadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbadb


Comments

No comments written yet.

Please login to write comment.