Color Hex Logo

#db9adb Color Hex

#DB9ADB
(219,154,219)
0 Favorites   0 Comments

Color spaces of #db9adb

RGB 219154219
HSL0.830.470.73
HSV300°30°86°
CMYK 0.000.300.00   0.14
XYZ53.555243.285772.5502
Yxy43.28570.31620.2555
Hunter Lab65.791930.1649-19.3261
CIE-Lab71.748534.7495-23.3948

#db9adb color RGB value is (219,154,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011010 11011011
Octal 333 232 333
Decimal 219 154 219
Hex DB 9A DB

RGB Percentages of Color #db9adb

%36.99
%26.01
%36.99

CMYK Percentages of Color #db9adb

%0
%30
%0
%14

Triadic Colors of #db9adb

#db9adb #dbdb9a #9adbdb

Analogous Colors of #db9adb

#db9adb #db9abb #bb9adb

Monochromatic Colors of #db9adb

#db9adb

Complementary Color

#db9adb #9adb9a

#db9adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9adb Color CSS Codes

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

#db9adb Text Font Color

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

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


#db9adb Background Color

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

This div background color is #db9adb


#db9adb Border Color

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

This div border color is #db9adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9adb


Comments

No comments written yet.

Please login to write comment.