Color Hex Logo

#dcb9ec Color Hex

#DCB9EC
(220,185,236)
0 Favorites   0 Comments

Color spaces of #dcb9ec

RGB 220185236
HSL0.780.570.83
HSV281°22°93°
CMYK 0.070.220.00   0.07
XYZ62.004555.969786.8921
Yxy55.96970.30270.2732
Hunter Lab74.812917.0172-16.4939
CIE-Lab79.596621.5881-20.6895

#dcb9ec color RGB value is (220,185,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111001 11101100
Octal 334 271 354
Decimal 220 185 236
Hex DC B9 EC

RGB Percentages of Color #dcb9ec

%34.32
%28.86
%36.82

CMYK Percentages of Color #dcb9ec

%7
%22
%0
%7

Triadic Colors of #dcb9ec

#dcb9ec #ecdcb9 #b9ecdc

Analogous Colors of #dcb9ec

#dcb9ec #ecb9e3 #c3b9ec

Monochromatic Colors of #dcb9ec

#dcb9ec

Complementary Color

#dcb9ec #c9ecb9

#dcb9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb9ec Color CSS Codes

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

#dcb9ec Text Font Color

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

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


#dcb9ec Background Color

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

This div background color is #dcb9ec


#dcb9ec Border Color

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

This div border color is #dcb9ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb9ec


Comments

No comments written yet.

Please login to write comment.