Color Hex Logo

#83143f Color Hex

#83143F
(131,20,63)
0 Favorites   0 Comments

Color spaces of #83143f

RGB 1312063
HSL0.940.740.30
HSV337°85°51°
CMYK 0.000.850.52   0.49
XYZ10.50745.68455.2460
Yxy5.68450.49010.2652
Hunter Lab23.842236.94223.6439
CIE-Lab28.602147.71884.1245

#83143f color RGB value is (131,20,63).

#83143f hex color red value is 131, green value is 20 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #83143f hue: 0.94 , saturation: 0.74 and the lightness value of 83143f is 0.30.

The process color (four color CMYK) of #83143f color hex is 0.00, 0.85, 0.52, 0.49. Web safe color of #83143f is #990033. Color #83143f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00010100 00111111
Octal 203 24 77
Decimal 131 20 63
Hex 83 14 3F

RGB Percentages of Color #83143f

%61.21
%9.35
%29.44

CMYK Percentages of Color #83143f

%0
%85
%52
%49

Triadic Colors of #83143f

#83143f #3f8314 #143f83

Analogous Colors of #83143f

#83143f #832014 #831477

Monochromatic Colors of #83143f

#83143f

Complementary Color

#83143f #148358

#83143f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83143f Color Preview on White Background

Lorem ipsum dolor sit amet.

#83143f Color CSS Codes

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

#83143f Text Font Color

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

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


#83143f Background Color

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

This div background color is #83143f


#83143f Border Color

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

This div border color is #83143f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83143f


Comments

No comments written yet.

Please login to write comment.