Color Hex Logo

#d809db Color Hex

#D809DB
(216,9,219)
0 Favorites   0 Comments

Color spaces of #d809db

RGB 2169219
HSL0.830.920.45
HSV299°96°86°
CMYK 0.010.960.00   0.14
XYZ41.202819.908868.6890
Yxy19.90880.31740.1534
Hunter Lab44.619386.7486-60.0403
CIE-Lab51.733986.4564-54.7469

#d809db color RGB value is (216,9,219).

#d809db hex color red value is 216, green value is 9 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d809db hue: 0.83 , saturation: 0.92 and the lightness value of d809db is 0.45.

The process color (four color CMYK) of #d809db color hex is 0.01, 0.96, 0.00, 0.14. Web safe color of #d809db is #cc00cc. Color #d809db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001001 11011011
Octal 330 11 333
Decimal 216 9 219
Hex D8 9 DB

RGB Percentages of Color #d809db

%48.65
%2.03
%49.32

CMYK Percentages of Color #d809db

%1
%96
%0
%14

Triadic Colors of #d809db

#d809db #dbd809 #09dbd8

Analogous Colors of #d809db

#d809db #db0975 #6f09db

Monochromatic Colors of #d809db

#d809db

Complementary Color

#d809db #0cdb09

#d809db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d809db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d809db Color CSS Codes

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

#d809db Text Font Color

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

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


#d809db Background Color

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

This div background color is #d809db


#d809db Border Color

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

This div border color is #d809db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d809db


Comments

No comments written yet.

Please login to write comment.