Color Hex Logo

#83132d Color Hex

#83132D
(131,19,45)
0 Favorites   0 Comments

Color spaces of #83132d

RGB 1311945
HSL0.960.750.29
HSV346°85°51°
CMYK 0.000.850.66   0.49
XYZ10.06665.48053.0099
Yxy5.48050.54250.2953
Hunter Lab23.410535.78748.7644
CIE-Lab28.062146.642915.4962

#83132d color RGB value is (131,19,45).

#83132d hex color red value is 131, green value is 19 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #83132d hue: 0.96 , saturation: 0.75 and the lightness value of 83132d is 0.29.

The process color (four color CMYK) of #83132d color hex is 0.00, 0.85, 0.66, 0.49. Web safe color of #83132d is #990033. Color #83132d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00010011 00101101
Octal 203 23 55
Decimal 131 19 45
Hex 83 13 2D

RGB Percentages of Color #83132d

%67.18
%9.74
%23.08

CMYK Percentages of Color #83132d

%0
%85
%66
%49

Triadic Colors of #83132d

#83132d #2d8313 #132d83

Analogous Colors of #83132d

#83132d #833113 #831365

Monochromatic Colors of #83132d

#83132d

Complementary Color

#83132d #138369

#83132d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83132d Color Preview on White Background

Lorem ipsum dolor sit amet.

#83132d Color CSS Codes

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

#83132d Text Font Color

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

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


#83132d Background Color

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

This div background color is #83132d


#83132d Border Color

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

This div border color is #83132d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83132d


Comments

No comments written yet.

Please login to write comment.