Color Hex Logo

#83270a Color Hex

#83270A
(131,39,10)
0 Favorites   0 Comments

Color spaces of #83270a

RGB 1313910
HSL0.040.860.28
HSV14°92°51°
CMYK 0.000.700.92   0.49
XYZ10.14046.29820.9684
Yxy6.29820.58250.3618
Hunter Lab25.096228.206515.2795
CIE-Lab30.152738.208338.1359

#83270a color RGB value is (131,39,10).

#83270a hex color red value is 131, green value is 39 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #83270a hue: 0.04 , saturation: 0.86 and the lightness value of 83270a is 0.28.

The process color (four color CMYK) of #83270a color hex is 0.00, 0.70, 0.92, 0.49. Web safe color of #83270a is #993300. Color #83270a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00100111 00001010
Octal 203 47 12
Decimal 131 39 10
Hex 83 27 A

RGB Percentages of Color #83270a

%72.78
%21.67
%5.56

CMYK Percentages of Color #83270a

%0
%70
%92
%49

Triadic Colors of #83270a

#83270a #0a8327 #270a83

Analogous Colors of #83270a

#83270a #83630a #830a29

Monochromatic Colors of #83270a

#83270a

Complementary Color

#83270a #0a6683

#83270a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83270a Color Preview on White Background

Lorem ipsum dolor sit amet.

#83270a Color CSS Codes

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

#83270a Text Font Color

<p style="color:#83270a">Text here</p>

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


#83270a Background Color

<div style="background-color:#83270a">
Div content here</div>

This div background color is #83270a


#83270a Border Color

<div style="border:3px solid #83270a">
Div here</div>

This div border color is #83270a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,39,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83270a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83270a;
  -webkit-box-shadow: 1px 1px 3px 2px #83270a;
  box-shadow:         1px 1px 3px 2px #83270a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83270a


Comments

No comments written yet.

Please login to write comment.