Color Hex Logo

#db016e Color Hex

#DB016E
(219,1,110)
0 Favorites   0 Comments

Color spaces of #db016e

RGB 2191110
HSL0.920.990.43
HSV330°100°86°
CMYK 0.001.000.50   0.14
XYZ32.038716.207616.1916
Yxy16.20760.49720.2515
Hunter Lab40.258771.60144.3353
CIE-Lab47.245775.36493.0848

#db016e color RGB value is (219,1,110).

#db016e hex color red value is 219, green value is 1 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #db016e hue: 0.92 , saturation: 0.99 and the lightness value of db016e is 0.43.

The process color (four color CMYK) of #db016e color hex is 0.00, 1.00, 0.50, 0.14. Web safe color of #db016e is #cc0066. Color #db016e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000001 01101110
Octal 333 1 156
Decimal 219 1 110
Hex DB 1 6E

RGB Percentages of Color #db016e

%66.36
%0.30
%33.33

CMYK Percentages of Color #db016e

%0
%100
%50
%14

Triadic Colors of #db016e

#db016e #6edb01 #016edb

Analogous Colors of #db016e

#db016e #db0101 #db01db

Monochromatic Colors of #db016e

#db016e

Complementary Color

#db016e #01db6e

#db016e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db016e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db016e Color CSS Codes

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

#db016e Text Font Color

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

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


#db016e Background Color

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

This div background color is #db016e


#db016e Border Color

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

This div border color is #db016e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db016e


Comments

No comments written yet.

Please login to write comment.