Color Hex Logo

#83013e Color Hex

#83013E
(131,1,62)
0 Favorites   0 Comments

Color spaces of #83013e

RGB 131162
HSL0.920.980.26
HSV332°99°51°
CMYK 0.000.990.53   0.49
XYZ10.24045.19485.0204
Yxy5.19480.50060.2540
Hunter Lab22.792140.31312.8947
CIE-Lab27.282751.35592.9082

#83013e color RGB value is (131,1,62).

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

The process color (four color CMYK) of #83013e color hex is 0.00, 0.99, 0.53, 0.49. Web safe color of #83013e is #990033. Color #83013e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00000001 00111110
Octal 203 1 76
Decimal 131 1 62
Hex 83 1 3E

RGB Percentages of Color #83013e

%67.53
%0.52
%31.96

CMYK Percentages of Color #83013e

%0
%99
%53
%49

Triadic Colors of #83013e

#83013e #3e8301 #013e83

Analogous Colors of #83013e

#83013e #830501 #83017f

Monochromatic Colors of #83013e

#83013e

Complementary Color

#83013e #018346

#83013e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83013e Color Preview on White Background

Lorem ipsum dolor sit amet.

#83013e Color CSS Codes

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

#83013e Text Font Color

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

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


#83013e Background Color

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

This div background color is #83013e


#83013e Border Color

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

This div border color is #83013e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83013e


Comments

No comments written yet.

Please login to write comment.