Color Hex Logo

#dbb3ec Color Hex

#DBB3EC
(219,179,236)
0 Favorites   0 Comments

Color spaces of #dbb3ec

RGB 219179236
HSL0.780.600.81
HSV282°24°93°
CMYK 0.070.240.00   0.07
XYZ60.473853.356486.4684
Yxy53.35640.30190.2664
Hunter Lab73.045519.9493-19.0534
CIE-Lab78.085024.5055-22.9937

#dbb3ec color RGB value is (219,179,236).

#dbb3ec hex color red value is 219, green value is 179 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dbb3ec hue: 0.78 , saturation: 0.60 and the lightness value of dbb3ec is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110011 11101100
Octal 333 263 354
Decimal 219 179 236
Hex DB B3 EC

RGB Percentages of Color #dbb3ec

%34.54
%28.23
%37.22

CMYK Percentages of Color #dbb3ec

%7
%24
%0
%7

Triadic Colors of #dbb3ec

#dbb3ec #ecdbb3 #b3ecdb

Analogous Colors of #dbb3ec

#dbb3ec #ecb3e1 #bfb3ec

Monochromatic Colors of #dbb3ec

#dbb3ec

Complementary Color

#dbb3ec #c4ecb3

#dbb3ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb3ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb3ec Color CSS Codes

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

#dbb3ec Text Font Color

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

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


#dbb3ec Background Color

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

This div background color is #dbb3ec


#dbb3ec Border Color

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

This div border color is #dbb3ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb3ec


Comments

No comments written yet.

Please login to write comment.