Color Hex Logo

#dbb6ec Color Hex

#DBB6EC
(219,182,236)
0 Favorites   0 Comments

Color spaces of #dbb6ec

RGB 219182236
HSL0.780.590.82
HSV281°23°93°
CMYK 0.070.230.00   0.07
XYZ61.081754.572186.6710
Yxy54.57210.30190.2697
Hunter Lab73.872918.3148-17.8506
CIE-Lab78.794222.8848-21.9155

#dbb6ec color RGB value is (219,182,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110110 11101100
Octal 333 266 354
Decimal 219 182 236
Hex DB B6 EC

RGB Percentages of Color #dbb6ec

%34.38
%28.57
%37.05

CMYK Percentages of Color #dbb6ec

%7
%23
%0
%7

Triadic Colors of #dbb6ec

#dbb6ec #ecdbb6 #b6ecdb

Analogous Colors of #dbb6ec

#dbb6ec #ecb6e2 #c0b6ec

Monochromatic Colors of #dbb6ec

#dbb6ec

Complementary Color

#dbb6ec #c7ecb6

#dbb6ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb6ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb6ec Color CSS Codes

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

#dbb6ec Text Font Color

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

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


#dbb6ec Background Color

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

This div background color is #dbb6ec


#dbb6ec Border Color

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

This div border color is #dbb6ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb6ec


Comments

No comments written yet.

Please login to write comment.