Color Hex Logo

#dbb1ff Color Hex

#DBB1FF
(219,177,255)
1 Favorites   0 Comments

Color spaces of #dbb1ff

RGB 219177255
HSL0.761.000.85
HSV272°31°100°
CMYK 0.140.310.00   0.00
XYZ62.985653.7244101.6579
Yxy53.72440.28840.2460
Hunter Lab73.296925.1192-30.9234
CIE-Lab78.300829.4487-32.8871

#dbb1ff color RGB value is (219,177,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110001 11111111
Octal 333 261 377
Decimal 219 177 255
Hex DB B1 FF

RGB Percentages of Color #dbb1ff

%33.64
%27.19
%39.17

CMYK Percentages of Color #dbb1ff

%14
%31
%0
%0

Triadic Colors of #dbb1ff

#dbb1ff #ffdbb1 #b1ffdb

Analogous Colors of #dbb1ff

#dbb1ff #ffb1fc #b4b1ff

Monochromatic Colors of #dbb1ff

#dbb1ff

Complementary Color

#dbb1ff #d5ffb1

#dbb1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb1ff Color CSS Codes

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

#dbb1ff Text Font Color

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

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


#dbb1ff Background Color

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

This div background color is #dbb1ff


#dbb1ff Border Color

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

This div border color is #dbb1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb1ff

Related Colors


Comments

No comments written yet.

Please login to write comment.