Color Hex Logo

#db0041 Color Hex

#DB0041
(219,0,65)
0 Favorites   0 Comments

Color spaces of #db0041

RGB 219065
HSL0.951.000.43
HSV342°100°86°
CMYK 0.001.000.70   0.14
XYZ30.167615.44176.3916
Yxy15.44170.58010.2970
Hunter Lab39.295968.267117.8635
CIE-Lab46.233372.818129.5704

#db0041 color RGB value is (219,0,65).

#db0041 hex color red value is 219, green value is 0 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #db0041 hue: 0.95 , saturation: 1.00 and the lightness value of db0041 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000000 01000001
Octal 333 0 101
Decimal 219 0 65
Hex DB 0 41

RGB Percentages of Color #db0041

%77.11
%0.00
%22.89

CMYK Percentages of Color #db0041

%0
%100
%70
%14

Triadic Colors of #db0041

#db0041 #41db00 #0041db

Analogous Colors of #db0041

#db0041 #db2d00 #db00af

Monochromatic Colors of #db0041

#db0041

Complementary Color

#db0041 #00db9a

#db0041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db0041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db0041 Color CSS Codes

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

#db0041 Text Font Color

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

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


#db0041 Background Color

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

This div background color is #db0041


#db0041 Border Color

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

This div border color is #db0041


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,0,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 #db0041">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db0041


Comments

No comments written yet.

Please login to write comment.