Color Hex Logo

#531132 Color Hex

#531132
(83,17,50)
0 Favorites   0 Comments

Color spaces of #531132

RGB 831750
HSL0.920.660.20
HSV330°80°33°
CMYK 0.000.800.40   0.67
XYZ4.34352.47023.2655
Yxy2.47020.43090.2451
Hunter Lab15.716921.8256-1.3169
CIE-Lab17.783333.1424-3.8913

#531132 color RGB value is (83,17,50).

#531132 hex color red value is 83, green value is 17 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #531132 hue: 0.92 , saturation: 0.66 and the lightness value of 531132 is 0.20.

The process color (four color CMYK) of #531132 color hex is 0.00, 0.80, 0.40, 0.67. Web safe color of #531132 is #660033. Color #531132 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010001 00110010
Octal 123 21 62
Decimal 83 17 50
Hex 53 11 32

RGB Percentages of Color #531132

%55.33
%11.33
%33.33

CMYK Percentages of Color #531132

%0
%80
%40
%67

Triadic Colors of #531132

#531132 #325311 #113253

Analogous Colors of #531132

#531132 #531111 #531153

Monochromatic Colors of #531132

#531132

Complementary Color

#531132 #115332

#531132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531132 Color CSS Codes

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

#531132 Text Font Color

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

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


#531132 Background Color

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

This div background color is #531132


#531132 Border Color

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

This div border color is #531132


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,17,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #531132; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #531132;
  -webkit-box-shadow: 1px 1px 3px 2px #531132;
  box-shadow:         1px 1px 3px 2px #531132; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,17,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531132


Comments

No comments written yet.

Please login to write comment.