Color Hex Logo

#dbb5eb Color Hex

#DBB5EB
(219,181,235)
0 Favorites   0 Comments

Color spaces of #dbb5eb

RGB 219181235
HSL0.780.570.82
HSV282°23°92°
CMYK 0.070.230.00   0.08
XYZ60.732754.106085.8398
Yxy54.10600.30260.2696
Hunter Lab73.556818.6555-17.7009
CIE-Lab78.523523.2280-21.7877

#dbb5eb color RGB value is (219,181,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110101 11101011
Octal 333 265 353
Decimal 219 181 235
Hex DB B5 EB

RGB Percentages of Color #dbb5eb

%34.49
%28.50
%37.01

CMYK Percentages of Color #dbb5eb

%7
%23
%0
%8

Triadic Colors of #dbb5eb

#dbb5eb #ebdbb5 #b5ebdb

Analogous Colors of #dbb5eb

#dbb5eb #ebb5e0 #c0b5eb

Monochromatic Colors of #dbb5eb

#dbb5eb

Complementary Color

#dbb5eb #c5ebb5

#dbb5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb5eb Color CSS Codes

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

#dbb5eb Text Font Color

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

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


#dbb5eb Background Color

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

This div background color is #dbb5eb


#dbb5eb Border Color

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

This div border color is #dbb5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb5eb


Comments

No comments written yet.

Please login to write comment.