Color Hex Logo

#dbbaf5 Color Hex

#DBBAF5
(219,186,245)
0 Favorites   0 Comments

Color spaces of #dbbaf5

RGB 219186245
HSL0.760.750.85
HSV274°24°96°
CMYK 0.110.240.00   0.04
XYZ63.253856.770594.0102
Yxy56.77050.29550.2652
Hunter Lab75.346217.9965-21.2344
CIE-Lab80.050322.5253-24.8404

#dbbaf5 color RGB value is (219,186,245).

#dbbaf5 hex color red value is 219, green value is 186 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #dbbaf5 hue: 0.76 , saturation: 0.75 and the lightness value of dbbaf5 is 0.85.

The process color (four color CMYK) of #dbbaf5 color hex is 0.11, 0.24, 0.00, 0.04. Web safe color of #dbbaf5 is #ccccff. Color #dbbaf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111010 11110101
Octal 333 272 365
Decimal 219 186 245
Hex DB BA F5

RGB Percentages of Color #dbbaf5

%33.69
%28.62
%37.69

CMYK Percentages of Color #dbbaf5

%11
%24
%0
%4

Triadic Colors of #dbbaf5

#dbbaf5 #f5dbba #baf5db

Analogous Colors of #dbbaf5

#dbbaf5 #f5baf2 #bebaf5

Monochromatic Colors of #dbbaf5

#dbbaf5

Complementary Color

#dbbaf5 #d4f5ba

#dbbaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbaf5 Color CSS Codes

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

#dbbaf5 Text Font Color

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

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


#dbbaf5 Background Color

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

This div background color is #dbbaf5


#dbbaf5 Border Color

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

This div border color is #dbbaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbaf5


Comments

No comments written yet.

Please login to write comment.