Color Hex Logo

#dcbbef Color Hex

#DCBBEF
(220,187,239)
0 Favorites   0 Comments

Color spaces of #dcbbef

RGB 220187239
HSL0.770.620.84
HSV278°22°94°
CMYK 0.080.220.00   0.06
XYZ62.865556.988389.3478
Yxy56.98830.30050.2724
Hunter Lab75.490616.5390-17.3300
CIE-Lab80.173021.1014-21.4270

#dcbbef color RGB value is (220,187,239).

#dcbbef hex color red value is 220, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dcbbef hue: 0.77 , saturation: 0.62 and the lightness value of dcbbef is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 11101111
Octal 334 273 357
Decimal 220 187 239
Hex DC BB EF

RGB Percentages of Color #dcbbef

%34.06
%28.95
%37.00

CMYK Percentages of Color #dcbbef

%8
%22
%0
%6

Triadic Colors of #dcbbef

#dcbbef #efdcbb #bbefdc

Analogous Colors of #dcbbef

#dcbbef #efbbe8 #c2bbef

Monochromatic Colors of #dcbbef

#dcbbef

Complementary Color

#dcbbef #ceefbb

#dcbbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbbef Color CSS Codes

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

#dcbbef Text Font Color

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

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


#dcbbef Background Color

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

This div background color is #dcbbef


#dcbbef Border Color

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

This div border color is #dcbbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbbef


Comments

No comments written yet.

Please login to write comment.