Color Hex Logo

#83020e Color Hex

#83020E
(131,2,14)
0 Favorites   0 Comments

Color spaces of #83020e

RGB 131214
HSL0.980.970.26
HSV354°98°51°
CMYK 0.000.980.89   0.49
XYZ9.46104.90040.8627
Yxy4.90040.62140.3219
Hunter Lab22.136837.549113.1852
CIE-Lab26.449148.753033.2623

#83020e color RGB value is (131,2,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00000010 00001110
Octal 203 2 16
Decimal 131 2 14
Hex 83 2 E

RGB Percentages of Color #83020e

%89.12
%1.36
%9.52

CMYK Percentages of Color #83020e

%0
%98
%89
%49

Triadic Colors of #83020e

#83020e #0e8302 #020e83

Analogous Colors of #83020e

#83020e #833702 #83024e

Monochromatic Colors of #83020e

#83020e

Complementary Color

#83020e #028377

#83020e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83020e Color Preview on White Background

Lorem ipsum dolor sit amet.

#83020e Color CSS Codes

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

#83020e Text Font Color

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

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


#83020e Background Color

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

This div background color is #83020e


#83020e Border Color

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

This div border color is #83020e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83020e


Comments

No comments written yet.

Please login to write comment.