Color Hex Logo

#d816db Color Hex

#D816DB
(216,22,219)
0 Favorites   0 Comments

Color spaces of #d816db

RGB 21622219
HSL0.830.820.47
HSV299°90°86°
CMYK 0.010.900.00   0.14
XYZ41.392020.287268.7521
Yxy20.28720.31730.1555
Hunter Lab45.041385.2154-58.9727
CIE-Lab52.160485.1966-54.0642

#d816db color RGB value is (216,22,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010110 11011011
Octal 330 26 333
Decimal 216 22 219
Hex D8 16 DB

RGB Percentages of Color #d816db

%47.26
%4.81
%47.92

CMYK Percentages of Color #d816db

%1
%90
%0
%14

Triadic Colors of #d816db

#d816db #dbd816 #16dbd8

Analogous Colors of #d816db

#d816db #db167c #7616db

Monochromatic Colors of #d816db

#d816db

Complementary Color

#d816db #19db16

#d816db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d816db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d816db Color CSS Codes

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

#d816db Text Font Color

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

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


#d816db Background Color

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

This div background color is #d816db


#d816db Border Color

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

This div border color is #d816db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d816db


Comments

No comments written yet.

Please login to write comment.