Color Hex Logo

#dcb9eb Color Hex

#DCB9EB
(220,185,235)
0 Favorites   0 Comments

Color spaces of #dcb9eb

RGB 220185235
HSL0.780.560.82
HSV282°21°92°
CMYK 0.060.210.00   0.08
XYZ61.859655.911786.1290
Yxy55.91170.30340.2742
Hunter Lab74.774116.8159-15.9516
CIE-Lab79.563521.3924-20.2018

#dcb9eb color RGB value is (220,185,235).

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

The process color (four color CMYK) of #dcb9eb color hex is 0.06, 0.21, 0.00, 0.08. Web safe color of #dcb9eb is #ccccff. Color #dcb9eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111001 11101011
Octal 334 271 353
Decimal 220 185 235
Hex DC B9 EB

RGB Percentages of Color #dcb9eb

%34.38
%28.91
%36.72

CMYK Percentages of Color #dcb9eb

%6
%21
%0
%8

Triadic Colors of #dcb9eb

#dcb9eb #ebdcb9 #b9ebdc

Analogous Colors of #dcb9eb

#dcb9eb #ebb9e1 #c3b9eb

Monochromatic Colors of #dcb9eb

#dcb9eb

Complementary Color

#dcb9eb #c8ebb9

#dcb9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb9eb Color CSS Codes

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

#dcb9eb Text Font Color

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

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


#dcb9eb Background Color

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

This div background color is #dcb9eb


#dcb9eb Border Color

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

This div border color is #dcb9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb9eb


Comments

No comments written yet.

Please login to write comment.