Color Hex Logo

#dbb3fc Color Hex

#DBB3FC
(219,179,252)
0 Favorites   0 Comments

Color spaces of #dbb3fc

RGB 219179252
HSL0.760.920.85
HSV273°29°99°
CMYK 0.130.290.00   0.01
XYZ62.904254.328599.2665
Yxy54.32850.29060.2509
Hunter Lab73.707923.3477-28.2536
CIE-Lab78.652927.7430-30.7350

#dbb3fc color RGB value is (219,179,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110011 11111100
Octal 333 263 374
Decimal 219 179 252
Hex DB B3 FC

RGB Percentages of Color #dbb3fc

%33.69
%27.54
%38.77

CMYK Percentages of Color #dbb3fc

%13
%29
%0
%1

Triadic Colors of #dbb3fc

#dbb3fc #fcdbb3 #b3fcdb

Analogous Colors of #dbb3fc

#dbb3fc #fcb3f9 #b7b3fc

Monochromatic Colors of #dbb3fc

#dbb3fc

Complementary Color

#dbb3fc #d4fcb3

#dbb3fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb3fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb3fc Color CSS Codes

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

#dbb3fc Text Font Color

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

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


#dbb3fc Background Color

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

This div background color is #dbb3fc


#dbb3fc Border Color

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

This div border color is #dbb3fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb3fc

Related Colors


Comments

No comments written yet.

Please login to write comment.