Color Hex Logo

#db0941 Color Hex

#DB0941
(219,9,65)
0 Favorites   0 Comments

Color spaces of #db0941

RGB 219965
HSL0.960.920.45
HSV344°96°86°
CMYK 0.000.960.70   0.14
XYZ30.265215.63716.4241
Yxy15.63710.57840.2988
Hunter Lab39.543867.415118.0487
CIE-Lab46.494772.058829.8896

#db0941 color RGB value is (219,9,65).

#db0941 hex color red value is 219, green value is 9 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #db0941 hue: 0.96 , saturation: 0.92 and the lightness value of db0941 is 0.45.

The process color (four color CMYK) of #db0941 color hex is 0.00, 0.96, 0.70, 0.14. Web safe color of #db0941 is #cc0033. Color #db0941 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00001001 01000001
Octal 333 11 101
Decimal 219 9 65
Hex DB 9 41

RGB Percentages of Color #db0941

%74.74
%3.07
%22.18

CMYK Percentages of Color #db0941

%0
%96
%70
%14

Triadic Colors of #db0941

#db0941 #41db09 #0941db

Analogous Colors of #db0941

#db0941 #db3a09 #db09aa

Monochromatic Colors of #db0941

#db0941

Complementary Color

#db0941 #09dba3

#db0941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db0941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db0941 Color CSS Codes

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

#db0941 Text Font Color

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

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


#db0941 Background Color

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

This div background color is #db0941


#db0941 Border Color

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

This div border color is #db0941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db0941


Comments

No comments written yet.

Please login to write comment.