Color Hex Logo

#dbbef9 Color Hex

#DBBEF9
(219,190,249)
0 Favorites   0 Comments

Color spaces of #dbbef9

RGB 219190249
HSL0.750.830.86
HSV269°24°98°
CMYK 0.120.240.00   0.02
XYZ64.725858.726597.5465
Yxy58.72650.29290.2657
Hunter Lab76.633216.6562-21.8270
CIE-Lab81.141021.1843-25.3185

#dbbef9 color RGB value is (219,190,249).

#dbbef9 hex color red value is 219, green value is 190 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #dbbef9 hue: 0.75 , saturation: 0.83 and the lightness value of dbbef9 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 11111001
Octal 333 276 371
Decimal 219 190 249
Hex DB BE F9

RGB Percentages of Color #dbbef9

%33.28
%28.88
%37.84

CMYK Percentages of Color #dbbef9

%12
%24
%0
%2

Triadic Colors of #dbbef9

#dbbef9 #f9dbbe #bef9db

Analogous Colors of #dbbef9

#dbbef9 #f9bef9 #bebff9

Monochromatic Colors of #dbbef9

#dbbef9

Complementary Color

#dbbef9 #dcf9be

#dbbef9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbef9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbef9 Color CSS Codes

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

#dbbef9 Text Font Color

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

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


#dbbef9 Background Color

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

This div background color is #dbbef9


#dbbef9 Border Color

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

This div border color is #dbbef9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbef9

#dbbef9 Color Palettes


Comments

No comments written yet.

Please login to write comment.