Color Hex Logo

#dbb6fa Color Hex

#DBB6FA
(219,182,250)
0 Favorites   0 Comments

Color spaces of #dbb6fa

RGB 219182250
HSL0.760.870.85
HSV273°27°98°
CMYK 0.120.270.00   0.02
XYZ63.196755.418197.8084
Yxy55.41810.29200.2561
Hunter Lab74.443321.2570-25.7886
CIE-Lab79.281525.7079-28.6970

#dbb6fa color RGB value is (219,182,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110110 11111010
Octal 333 266 372
Decimal 219 182 250
Hex DB B6 FA

RGB Percentages of Color #dbb6fa

%33.64
%27.96
%38.40

CMYK Percentages of Color #dbb6fa

%12
%27
%0
%2

Triadic Colors of #dbb6fa

#dbb6fa #fadbb6 #b6fadb

Analogous Colors of #dbb6fa

#dbb6fa #fab6f7 #b9b6fa

Monochromatic Colors of #dbb6fa

#dbb6fa

Complementary Color

#dbb6fa #d5fab6

#dbb6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb6fa Color CSS Codes

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

#dbb6fa Text Font Color

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

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


#dbb6fa Background Color

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

This div background color is #dbb6fa


#dbb6fa Border Color

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

This div border color is #dbb6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb6fa


Comments

No comments written yet.

Please login to write comment.