Color Hex Logo

#db9bdb Color Hex

#DB9BDB
(219,155,219)
0 Favorites   0 Comments

Color spaces of #db9bdb

RGB 219155219
HSL0.830.470.73
HSV300°29°86°
CMYK 0.000.290.00   0.14
XYZ53.720943.617272.6054
Yxy43.61720.31610.2567
Hunter Lab66.043329.6195-18.9507
CIE-Lab71.971934.2119-23.0538

#db9bdb color RGB value is (219,155,219).

#db9bdb hex color red value is 219, green value is 155 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #db9bdb hue: 0.83 , saturation: 0.47 and the lightness value of db9bdb is 0.73.

The process color (four color CMYK) of #db9bdb color hex is 0.00, 0.29, 0.00, 0.14. Web safe color of #db9bdb is #cc99cc. Color #db9bdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011011 11011011
Octal 333 233 333
Decimal 219 155 219
Hex DB 9B DB

RGB Percentages of Color #db9bdb

%36.93
%26.14
%36.93

CMYK Percentages of Color #db9bdb

%0
%29
%0
%14

Triadic Colors of #db9bdb

#db9bdb #dbdb9b #9bdbdb

Analogous Colors of #db9bdb

#db9bdb #db9bbb #bb9bdb

Monochromatic Colors of #db9bdb

#db9bdb

Complementary Color

#db9bdb #9bdb9b

#db9bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9bdb Color CSS Codes

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

#db9bdb Text Font Color

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

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


#db9bdb Background Color

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

This div background color is #db9bdb


#db9bdb Border Color

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

This div border color is #db9bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9bdb


Comments

No comments written yet.

Please login to write comment.