Color Hex Logo

#db019e Color Hex

#DB019E
(219,1,158)
0 Favorites   0 Comments

Color spaces of #db019e

RGB 2191158
HSL0.880.990.43
HSV317°100°86°
CMYK 0.001.000.28   0.14
XYZ35.395817.550433.8697
Yxy17.55040.40770.2022
Hunter Lab41.893277.5026-18.6094
CIE-Lab48.946279.7877-23.5366

#db019e color RGB value is (219,1,158).

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

The process color (four color CMYK) of #db019e color hex is 0.00, 1.00, 0.28, 0.14. Web safe color of #db019e is #cc0099. Color #db019e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000001 10011110
Octal 333 1 236
Decimal 219 1 158
Hex DB 1 9E

RGB Percentages of Color #db019e

%57.94
%0.26
%41.80

CMYK Percentages of Color #db019e

%0
%100
%28
%14

Triadic Colors of #db019e

#db019e #9edb01 #019edb

Analogous Colors of #db019e

#db019e #db0131 #ab01db

Monochromatic Colors of #db019e

#db019e

Complementary Color

#db019e #01db3e

#db019e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db019e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db019e Color CSS Codes

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

#db019e Text Font Color

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

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


#db019e Background Color

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

This div background color is #db019e


#db019e Border Color

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

This div border color is #db019e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db019e


Comments

No comments written yet.

Please login to write comment.