Color Hex Logo

#dbb5df Color Hex

#DBB5DF
(219,181,223)
0 Favorites   0 Comments

Color spaces of #dbb5df

RGB 219181223
HSL0.820.400.79
HSV294°19°87°
CMYK 0.020.190.00   0.13
XYZ59.056653.435577.0135
Yxy53.43550.31160.2820
Hunter Lab73.099616.2845-11.2948
CIE-Lab78.131420.9192-15.9008

#dbb5df color RGB value is (219,181,223).

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

The process color (four color CMYK) of #dbb5df color hex is 0.02, 0.19, 0.00, 0.13. Web safe color of #dbb5df is #cccccc. Color #dbb5df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110101 11011111
Octal 333 265 337
Decimal 219 181 223
Hex DB B5 DF

RGB Percentages of Color #dbb5df

%35.15
%29.05
%35.79

CMYK Percentages of Color #dbb5df

%2
%19
%0
%13

Triadic Colors of #dbb5df

#dbb5df #dfdbb5 #b5dfdb

Analogous Colors of #dbb5df

#dbb5df #dfb5ce #c6b5df

Monochromatic Colors of #dbb5df

#dbb5df

Complementary Color

#dbb5df #b9dfb5

#dbb5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb5df Color CSS Codes

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

#dbb5df Text Font Color

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

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


#dbb5df Background Color

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

This div background color is #dbb5df


#dbb5df Border Color

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

This div border color is #dbb5df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,181,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbb5df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb5df


Comments

No comments written yet.

Please login to write comment.