Color Hex Logo

#dcb9ff Color Hex

#DCB9FF
(220,185,255)
0 Favorites   0 Comments

Color spaces of #dcb9ff

RGB 220185255
HSL0.751.000.86
HSV270°27°100°
CMYK 0.140.270.00   0.00
XYZ64.914257.1336102.2143
Yxy57.13360.28950.2548
Hunter Lab75.586821.0196-27.2658
CIE-Lab80.254725.4312-29.8742

#dcb9ff color RGB value is (220,185,255).

#dcb9ff hex color red value is 220, green value is 185 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dcb9ff hue: 0.75 , saturation: 1.00 and the lightness value of dcb9ff is 0.86.

The process color (four color CMYK) of #dcb9ff color hex is 0.14, 0.27, 0.00, 0.00. Web safe color of #dcb9ff is #ccccff. Color #dcb9ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111001 11111111
Octal 334 271 377
Decimal 220 185 255
Hex DC B9 FF

RGB Percentages of Color #dcb9ff

%33.33
%28.03
%38.64

CMYK Percentages of Color #dcb9ff

%14
%27
%0
%0

Triadic Colors of #dcb9ff

#dcb9ff #ffdcb9 #b9ffdc

Analogous Colors of #dcb9ff

#dcb9ff #ffb9ff #b9b9ff

Monochromatic Colors of #dcb9ff

#dcb9ff

Complementary Color

#dcb9ff #dcffb9

#dcb9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb9ff Color CSS Codes

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

#dcb9ff Text Font Color

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

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


#dcb9ff Background Color

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

This div background color is #dcb9ff


#dcb9ff Border Color

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

This div border color is #dcb9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb9ff


Comments

No comments written yet.

Please login to write comment.