Color Hex Logo

#830204 Color Hex

#830204
(131,2,4)
0 Favorites   0 Comments

Color spaces of #830204

RGB 13124
HSL1.000.970.26
HSV359°98°51°
CMYK 0.000.980.97   0.49
XYZ9.40374.87750.5607
Yxy4.87750.63360.3286
Hunter Lab22.085137.355513.9543
CIE-Lab26.382948.569737.4678

#830204 color RGB value is (131,2,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00000010 00000100
Octal 203 2 4
Decimal 131 2 4
Hex 83 2 4

RGB Percentages of Color #830204

%95.62
%1.46
%2.92

CMYK Percentages of Color #830204

%0
%98
%97
%49

Triadic Colors of #830204

#830204 #048302 #020483

Analogous Colors of #830204

#830204 #834102 #830244

Monochromatic Colors of #830204

#830204

Complementary Color

#830204 #028381

#830204 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830204 Color Preview on White Background

Lorem ipsum dolor sit amet.

#830204 Color CSS Codes

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

#830204 Text Font Color

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

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


#830204 Background Color

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

This div background color is #830204


#830204 Border Color

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

This div border color is #830204


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830204


Comments

No comments written yet.

Please login to write comment.