Color Hex Logo

#83203b Color Hex

#83203B
(131,32,59)
0 Favorites   0 Comments

Color spaces of #83203b

RGB 1313259
HSL0.950.610.32
HSV344°76°51°
CMYK 0.000.760.55   0.49
XYZ10.66606.17414.7672
Yxy6.17410.49360.2857
Hunter Lab24.847733.13846.0182
CIE-Lab29.847543.55208.5569

#83203b color RGB value is (131,32,59).

#83203b hex color red value is 131, green value is 32 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #83203b hue: 0.95 , saturation: 0.61 and the lightness value of 83203b is 0.32.

The process color (four color CMYK) of #83203b color hex is 0.00, 0.76, 0.55, 0.49. Web safe color of #83203b is #993333. Color #83203b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00100000 00111011
Octal 203 40 73
Decimal 131 32 59
Hex 83 20 3B

RGB Percentages of Color #83203b

%59.01
%14.41
%26.58

CMYK Percentages of Color #83203b

%0
%76
%55
%49

Triadic Colors of #83203b

#83203b #3b8320 #203b83

Analogous Colors of #83203b

#83203b #833720 #83206d

Monochromatic Colors of #83203b

#83203b

Complementary Color

#83203b #208368

#83203b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83203b Color Preview on White Background

Lorem ipsum dolor sit amet.

#83203b Color CSS Codes

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

#83203b Text Font Color

<p style="color:#83203b">Text here</p>

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


#83203b Background Color

<div style="background-color:#83203b">
Div content here</div>

This div background color is #83203b


#83203b Border Color

<div style="border:3px solid #83203b">
Div here</div>

This div border color is #83203b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,32,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83203b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83203b;
  -webkit-box-shadow: 1px 1px 3px 2px #83203b;
  box-shadow:         1px 1px 3px 2px #83203b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83203b


Comments

No comments written yet.

Please login to write comment.