Color Hex Logo

#dcbbec Color Hex

#DCBBEC
(220,187,236)
0 Favorites   0 Comments

Color spaces of #dcbbec

RGB 220187236
HSL0.780.560.83
HSV280°21°93°
CMYK 0.070.210.00   0.07
XYZ62.425856.812487.0326
Yxy56.81240.30260.2754
Hunter Lab75.374015.9317-15.6990
CIE-Lab80.074020.5103-19.9663

#dcbbec color RGB value is (220,187,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 11101100
Octal 334 273 354
Decimal 220 187 236
Hex DC BB EC

RGB Percentages of Color #dcbbec

%34.21
%29.08
%36.70

CMYK Percentages of Color #dcbbec

%7
%21
%0
%7

Triadic Colors of #dcbbec

#dcbbec #ecdcbb #bbecdc

Analogous Colors of #dcbbec

#dcbbec #ecbbe4 #c4bbec

Monochromatic Colors of #dcbbec

#dcbbec

Complementary Color

#dcbbec #cbecbb

#dcbbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbbec Color CSS Codes

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

#dcbbec Text Font Color

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

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


#dcbbec Background Color

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

This div background color is #dcbbec


#dcbbec Border Color

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

This div border color is #dcbbec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,187,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 #dcbbec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbbec


Comments

No comments written yet.

Please login to write comment.