Color Hex Logo

#800319 Color Hex

#800319
(128,3,25)
0 Favorites   0 Comments

Color spaces of #800319

RGB 128325
HSL0.970.950.26
HSV349°98°50°
CMYK 0.000.980.80   0.50
XYZ9.11014.72451.3515
Yxy4.72450.59990.3111
Hunter Lab21.735936.776211.5286
CIE-Lab25.935048.068025.9945

#800319 color RGB value is (128,3,25).

#800319 hex color red value is 128, green value is 3 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #800319 hue: 0.97 , saturation: 0.95 and the lightness value of 800319 is 0.26.

The process color (four color CMYK) of #800319 color hex is 0.00, 0.98, 0.80, 0.50. Web safe color of #800319 is #990000. Color #800319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000011 00011001
Octal 200 3 31
Decimal 128 3 25
Hex 80 3 19

RGB Percentages of Color #800319

%82.05
%1.92
%16.03

CMYK Percentages of Color #800319

%0
%98
%80
%50

Triadic Colors of #800319

#800319 #198003 #031980

Analogous Colors of #800319

#800319 #802b03 #800358

Monochromatic Colors of #800319

#800319

Complementary Color

#800319 #03806a

#800319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#800319 Color CSS Codes

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

#800319 Text Font Color

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

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


#800319 Background Color

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

This div background color is #800319


#800319 Border Color

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

This div border color is #800319


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,3,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800319


Comments

No comments written yet.

Please login to write comment.