Color Hex Logo

#830531 Color Hex

#830531
(131,5,49)
0 Favorites   0 Comments

Color spaces of #830531

RGB 131549
HSL0.940.930.27
HSV339°96°51°
CMYK 0.000.960.63   0.49
XYZ9.96875.15563.3754
Yxy5.15560.53890.2787
Hunter Lab22.705938.63237.0803
CIE-Lab27.173549.703311.6094

#830531 color RGB value is (131,5,49).

#830531 hex color red value is 131, green value is 5 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #830531 hue: 0.94 , saturation: 0.93 and the lightness value of 830531 is 0.27.

The process color (four color CMYK) of #830531 color hex is 0.00, 0.96, 0.63, 0.49. Web safe color of #830531 is #990033. Color #830531 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00000101 00110001
Octal 203 5 61
Decimal 131 5 49
Hex 83 5 31

RGB Percentages of Color #830531

%70.81
%2.70
%26.49

CMYK Percentages of Color #830531

%0
%96
%63
%49

Triadic Colors of #830531

#830531 #318305 #053183

Analogous Colors of #830531

#830531 #831805 #830570

Monochromatic Colors of #830531

#830531

Complementary Color

#830531 #058357

#830531 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#830531 Color Preview on White Background

Lorem ipsum dolor sit amet.

#830531 Color CSS Codes

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

#830531 Text Font Color

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

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


#830531 Background Color

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

This div background color is #830531


#830531 Border Color

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

This div border color is #830531


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #830531


Comments

No comments written yet.

Please login to write comment.