Color Hex Logo

#830419 Color Hex

#830419
(131,4,25)
0 Favorites   0 Comments

Color spaces of #830419

RGB 131425
HSL0.970.940.26
HSV350°97°51°
CMYK 0.000.970.81   0.49
XYZ9.57904.98231.3765
Yxy4.98230.60100.3126
Hunter Lab22.321137.540711.9684
CIE-Lab26.684348.698627.0026

#830419 color RGB value is (131,4,25).

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

The process color (four color CMYK) of #830419 color hex is 0.00, 0.97, 0.81, 0.49. Web safe color of #830419 is #990000. Color #830419 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00000100 00011001
Octal 203 4 31
Decimal 131 4 25
Hex 83 4 19

RGB Percentages of Color #830419

%81.88
%2.50
%15.63

CMYK Percentages of Color #830419

%0
%97
%81
%49

Triadic Colors of #830419

#830419 #198304 #041983

Analogous Colors of #830419

#830419 #832f04 #830459

Monochromatic Colors of #830419

#830419

Complementary Color

#830419 #04836e

#830419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#830419 Color CSS Codes

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

#830419 Text Font Color

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

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


#830419 Background Color

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

This div background color is #830419


#830419 Border Color

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

This div border color is #830419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830419


Comments

No comments written yet.

Please login to write comment.