Color Hex Logo

#830b2e Color Hex

#830B2E
(131,11,46)
0 Favorites   0 Comments

Color spaces of #830b2e

RGB 1311146
HSL0.950.850.28
HSV343°92°51°
CMYK 0.000.920.65   0.49
XYZ9.97295.26193.0748
Yxy5.26190.54470.2874
Hunter Lab22.938837.46188.1097
CIE-Lab27.468348.466114.0408

#830b2e color RGB value is (131,11,46).

#830b2e hex color red value is 131, green value is 11 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #830b2e hue: 0.95 , saturation: 0.85 and the lightness value of 830b2e is 0.28.

The process color (four color CMYK) of #830b2e color hex is 0.00, 0.92, 0.65, 0.49. Web safe color of #830b2e is #990033. Color #830b2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00001011 00101110
Octal 203 13 56
Decimal 131 11 46
Hex 83 B 2E

RGB Percentages of Color #830b2e

%69.68
%5.85
%24.47

CMYK Percentages of Color #830b2e

%0
%92
%65
%49

Triadic Colors of #830b2e

#830b2e #2e830b #0b2e83

Analogous Colors of #830b2e

#830b2e #83240b #830b6a

Monochromatic Colors of #830b2e

#830b2e

Complementary Color

#830b2e #0b8360

#830b2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830b2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#830b2e Color CSS Codes

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

#830b2e Text Font Color

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

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


#830b2e Background Color

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

This div background color is #830b2e


#830b2e Border Color

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

This div border color is #830b2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,11,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #830b2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #830b2e;
  -webkit-box-shadow: 1px 1px 3px 2px #830b2e;
  box-shadow:         1px 1px 3px 2px #830b2e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830b2e


Comments

No comments written yet.

Please login to write comment.