Color Hex Logo

#dbb6fd Color Hex

#DBB6FD
(219,182,253)
0 Favorites   0 Comments

Color spaces of #dbb6fd

RGB 219182253
HSL0.750.950.85
HSV271°28°99°
CMYK 0.130.280.00   0.01
XYZ63.671055.6078100.3061
Yxy55.60780.29000.2532
Hunter Lab74.570621.9109-27.5524
CIE-Lab79.390126.3288-30.1386

#dbb6fd color RGB value is (219,182,253).

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

The process color (four color CMYK) of #dbb6fd color hex is 0.13, 0.28, 0.00, 0.01. Web safe color of #dbb6fd is #ccccff. Color #dbb6fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110110 11111101
Octal 333 266 375
Decimal 219 182 253
Hex DB B6 FD

RGB Percentages of Color #dbb6fd

%33.49
%27.83
%38.69

CMYK Percentages of Color #dbb6fd

%13
%28
%0
%1

Triadic Colors of #dbb6fd

#dbb6fd #fddbb6 #b6fddb

Analogous Colors of #dbb6fd

#dbb6fd #fdb6fc #b8b6fd

Monochromatic Colors of #dbb6fd

#dbb6fd

Complementary Color

#dbb6fd #d8fdb6

#dbb6fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb6fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb6fd Color CSS Codes

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

#dbb6fd Text Font Color

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

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


#dbb6fd Background Color

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

This div background color is #dbb6fd


#dbb6fd Border Color

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

This div border color is #dbb6fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb6fd


Comments

No comments written yet.

Please login to write comment.