Color Hex Logo

#db16af Color Hex

#DB16AF
(219,22,175)
0 Favorites   0 Comments

Color spaces of #db16af

RGB 21922175
HSL0.870.820.47
HSV313°90°86°
CMYK 0.000.900.20   0.14
XYZ37.238218.729042.2098
Yxy18.72900.37930.1908
Hunter Lab43.277077.8576-27.5340
CIE-Lab50.368679.7927-31.4016

#db16af color RGB value is (219,22,175).

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

The process color (four color CMYK) of #db16af color hex is 0.00, 0.90, 0.20, 0.14. Web safe color of #db16af is #cc0099. Color #db16af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010110 10101111
Octal 333 26 257
Decimal 219 22 175
Hex DB 16 AF

RGB Percentages of Color #db16af

%52.64
%5.29
%42.07

CMYK Percentages of Color #db16af

%0
%90
%20
%14

Triadic Colors of #db16af

#db16af #afdb16 #16afdb

Analogous Colors of #db16af

#db16af #db164d #a516db

Monochromatic Colors of #db16af

#db16af

Complementary Color

#db16af #16db42

#db16af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db16af Color Preview on White Background

Lorem ipsum dolor sit amet.

#db16af Color CSS Codes

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

#db16af Text Font Color

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

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


#db16af Background Color

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

This div background color is #db16af


#db16af Border Color

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

This div border color is #db16af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db16af


Comments

No comments written yet.

Please login to write comment.