Color Hex Logo

#83253f Color Hex

#83253F
(131,37,63)
0 Favorites   0 Comments

Color spaces of #83253f

RGB 1313763
HSL0.950.560.33
HSV343°72°51°
CMYK 0.000.720.52   0.49
XYZ10.91886.50735.3832
Yxy6.50730.47870.2853
Hunter Lab25.509431.76195.3447
CIE-Lab30.657941.94967.0400

#83253f color RGB value is (131,37,63).

#83253f hex color red value is 131, green value is 37 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #83253f hue: 0.95 , saturation: 0.56 and the lightness value of 83253f is 0.33.

The process color (four color CMYK) of #83253f color hex is 0.00, 0.72, 0.52, 0.49. Web safe color of #83253f is #993333. Color #83253f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00100101 00111111
Octal 203 45 77
Decimal 131 37 63
Hex 83 25 3F

RGB Percentages of Color #83253f

%56.71
%16.02
%27.27

CMYK Percentages of Color #83253f

%0
%72
%52
%49

Triadic Colors of #83253f

#83253f #3f8325 #253f83

Analogous Colors of #83253f

#83253f #833a25 #83256e

Monochromatic Colors of #83253f

#83253f

Complementary Color

#83253f #258369

#83253f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83253f Color Preview on White Background

Lorem ipsum dolor sit amet.

#83253f Color CSS Codes

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

#83253f Text Font Color

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

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


#83253f Background Color

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

This div background color is #83253f


#83253f Border Color

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

This div border color is #83253f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,37,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 #83253f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83253f


Comments

No comments written yet.

Please login to write comment.