Color Hex Logo

#dbb6eb Color Hex

#DBB6EB
(219,182,235)
0 Favorites   0 Comments

Color spaces of #dbb6eb

RGB 219182235
HSL0.780.570.82
HSV282°23°92°
CMYK 0.070.230.00   0.08
XYZ60.936854.514185.9078
Yxy54.51410.30260.2707
Hunter Lab73.833718.1117-17.3022
CIE-Lab78.760622.6881-21.4278

#dbb6eb color RGB value is (219,182,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110110 11101011
Octal 333 266 353
Decimal 219 182 235
Hex DB B6 EB

RGB Percentages of Color #dbb6eb

%34.43
%28.62
%36.95

CMYK Percentages of Color #dbb6eb

%7
%23
%0
%8

Triadic Colors of #dbb6eb

#dbb6eb #ebdbb6 #b6ebdb

Analogous Colors of #dbb6eb

#dbb6eb #ebb6e1 #c1b6eb

Monochromatic Colors of #dbb6eb

#dbb6eb

Complementary Color

#dbb6eb #c6ebb6

#dbb6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb6eb Color CSS Codes

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

#dbb6eb Text Font Color

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

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


#dbb6eb Background Color

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

This div background color is #dbb6eb


#dbb6eb Border Color

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

This div border color is #dbb6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb6eb


Comments

No comments written yet.

Please login to write comment.