Color Hex Logo

#dbb3fd Color Hex

#DBB3FD
(219,179,253)
0 Favorites   0 Comments

Color spaces of #dbb3fd

RGB 219179253
HSL0.760.950.85
HSV272°29°99°
CMYK 0.130.290.00   0.01
XYZ63.063154.3921100.1034
Yxy54.39210.28990.2500
Hunter Lab73.751023.5678-28.8496
CIE-Lab78.689827.9505-31.2148

#dbb3fd color RGB value is (219,179,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110011 11111101
Octal 333 263 375
Decimal 219 179 253
Hex DB B3 FD

RGB Percentages of Color #dbb3fd

%33.64
%27.50
%38.86

CMYK Percentages of Color #dbb3fd

%13
%29
%0
%1

Triadic Colors of #dbb3fd

#dbb3fd #fddbb3 #b3fddb

Analogous Colors of #dbb3fd

#dbb3fd #fdb3fa #b6b3fd

Monochromatic Colors of #dbb3fd

#dbb3fd

Complementary Color

#dbb3fd #d5fdb3

#dbb3fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb3fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb3fd Color CSS Codes

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

#dbb3fd Text Font Color

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

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


#dbb3fd Background Color

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

This div background color is #dbb3fd


#dbb3fd Border Color

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

This div border color is #dbb3fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,179,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 #dbb3fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb3fd


Comments

No comments written yet.

Please login to write comment.