Color Hex Logo

#dcb9ed Color Hex

#DCB9ED
(220,185,237)
0 Favorites   0 Comments

Color spaces of #dcb9ed

RGB 220185237
HSL0.780.590.83
HSV280°22°93°
CMYK 0.070.220.00   0.07
XYZ62.150256.028087.6596
Yxy56.02800.30190.2722
Hunter Lab74.851917.2195-17.0387
CIE-Lab79.629821.7845-21.1769

#dcb9ed color RGB value is (220,185,237).

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

The process color (four color CMYK) of #dcb9ed color hex is 0.07, 0.22, 0.00, 0.07. Web safe color of #dcb9ed is #ccccff. Color #dcb9ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111001 11101101
Octal 334 271 355
Decimal 220 185 237
Hex DC B9 ED

RGB Percentages of Color #dcb9ed

%34.27
%28.82
%36.92

CMYK Percentages of Color #dcb9ed

%7
%22
%0
%7

Triadic Colors of #dcb9ed

#dcb9ed #eddcb9 #b9eddc

Analogous Colors of #dcb9ed

#dcb9ed #edb9e4 #c2b9ed

Monochromatic Colors of #dcb9ed

#dcb9ed

Complementary Color

#dcb9ed #caedb9

#dcb9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb9ed Color CSS Codes

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

#dcb9ed Text Font Color

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

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


#dcb9ed Background Color

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

This div background color is #dcb9ed


#dcb9ed Border Color

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

This div border color is #dcb9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb9ed


Comments

No comments written yet.

Please login to write comment.