Color Hex Logo

#db0591 Color Hex

#DB0591
(219,5,145)
0 Favorites   0 Comments

Color spaces of #db0591

RGB 2195145
HSL0.890.960.44
HSV321°98°86°
CMYK 0.000.980.34   0.14
XYZ34.378517.212928.2985
Yxy17.21290.43030.2155
Hunter Lab41.488475.3054-11.3987
CIE-Lab48.527278.1139-16.3797

#db0591 color RGB value is (219,5,145).

#db0591 hex color red value is 219, green value is 5 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #db0591 hue: 0.89 , saturation: 0.96 and the lightness value of db0591 is 0.44.

The process color (four color CMYK) of #db0591 color hex is 0.00, 0.98, 0.34, 0.14. Web safe color of #db0591 is #cc0099. Color #db0591 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000101 10010001
Octal 333 5 221
Decimal 219 5 145
Hex DB 5 91

RGB Percentages of Color #db0591

%59.35
%1.36
%39.30

CMYK Percentages of Color #db0591

%0
%98
%34
%14

Triadic Colors of #db0591

#db0591 #91db05 #0591db

Analogous Colors of #db0591

#db0591 #db0526 #ba05db

Monochromatic Colors of #db0591

#db0591

Complementary Color

#db0591 #05db4f

#db0591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db0591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db0591 Color CSS Codes

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

#db0591 Text Font Color

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

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


#db0591 Background Color

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

This div background color is #db0591


#db0591 Border Color

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

This div border color is #db0591


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db0591


Comments

No comments written yet.

Please login to write comment.