Color Hex Logo

#832013 Color Hex

#832013
(131,32,19)
0 Favorites   0 Comments

Color spaces of #832013

RGB 1313219
HSL0.020.750.29
HSV85°51°
CMYK 0.000.760.85   0.49
XYZ9.99415.90531.2292
Yxy5.90530.58350.3448
Hunter Lab24.300830.884514.0115
CIE-Lab29.172341.288233.0172

#832013 color RGB value is (131,32,19).

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

The process color (four color CMYK) of #832013 color hex is 0.00, 0.76, 0.85, 0.49. Web safe color of #832013 is #993300. Color #832013 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00100000 00010011
Octal 203 40 23
Decimal 131 32 19
Hex 83 20 13

RGB Percentages of Color #832013

%71.98
%17.58
%10.44

CMYK Percentages of Color #832013

%0
%76
%85
%49

Triadic Colors of #832013

#832013 #138320 #201383

Analogous Colors of #832013

#832013 #835813 #83133e

Monochromatic Colors of #832013

#832013

Complementary Color

#832013 #137683

#832013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#832013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#832013 Color CSS Codes

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

#832013 Text Font Color

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

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


#832013 Background Color

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

This div background color is #832013


#832013 Border Color

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

This div border color is #832013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #832013


Comments

No comments written yet.

Please login to write comment.