Color Hex Logo

#dbb0ff Color Hex

#DBB0FF
(219,176,255)
0 Favorites   0 Comments

Color spaces of #dbb0ff

RGB 219176255
HSL0.761.000.85
HSV273°31°100°
CMYK 0.140.310.00   0.00
XYZ62.788853.3307101.5923
Yxy53.33070.28840.2450
Hunter Lab73.027925.6741-31.3614
CIE-Lab78.069829.9895-33.2432

#dbb0ff color RGB value is (219,176,255).

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

The process color (four color CMYK) of #dbb0ff color hex is 0.14, 0.31, 0.00, 0.00. Web safe color of #dbb0ff is #cc99ff. Color #dbb0ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110000 11111111
Octal 333 260 377
Decimal 219 176 255
Hex DB B0 FF

RGB Percentages of Color #dbb0ff

%33.69
%27.08
%39.23

CMYK Percentages of Color #dbb0ff

%14
%31
%0
%0

Triadic Colors of #dbb0ff

#dbb0ff #ffdbb0 #b0ffdb

Analogous Colors of #dbb0ff

#dbb0ff #ffb0fc #b4b0ff

Monochromatic Colors of #dbb0ff

#dbb0ff

Complementary Color

#dbb0ff #d4ffb0

#dbb0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb0ff Color CSS Codes

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

#dbb0ff Text Font Color

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

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


#dbb0ff Background Color

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

This div background color is #dbb0ff


#dbb0ff Border Color

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

This div border color is #dbb0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb0ff

Related Colors


Comments

No comments written yet.

Please login to write comment.