Color Hex Logo

#dbb3ff Color Hex

#DBB3FF
(219,179,255)
0 Favorites   0 Comments

Color spaces of #dbb3ff

RGB 219179255
HSL0.751.000.85
HSV272°30°100°
CMYK 0.140.300.00   0.00
XYZ63.383554.5203101.7905
Yxy54.52030.28850.2482
Hunter Lab73.837924.0107-30.0488
CIE-Lab78.764128.3673-32.1731

#dbb3ff color RGB value is (219,179,255).

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

The process color (four color CMYK) of #dbb3ff color hex is 0.14, 0.30, 0.00, 0.00. Web safe color of #dbb3ff is #ccccff. Color #dbb3ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110011 11111111
Octal 333 263 377
Decimal 219 179 255
Hex DB B3 FF

RGB Percentages of Color #dbb3ff

%33.54
%27.41
%39.05

CMYK Percentages of Color #dbb3ff

%14
%30
%0
%0

Triadic Colors of #dbb3ff

#dbb3ff #ffdbb3 #b3ffdb

Analogous Colors of #dbb3ff

#dbb3ff #ffb3fd #b5b3ff

Monochromatic Colors of #dbb3ff

#dbb3ff

Complementary Color

#dbb3ff #d7ffb3

#dbb3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb3ff Color CSS Codes

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

#dbb3ff Text Font Color

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

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


#dbb3ff Background Color

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

This div background color is #dbb3ff


#dbb3ff Border Color

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

This div border color is #dbb3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb3ff

Related Colors


Comments

No comments written yet.

Please login to write comment.