Color Hex Logo

#531857 Color Hex

#531857
(83,24,87)
0 Favorites   0 Comments

Color spaces of #531857

RGB 832487
HSL0.820.570.22
HSV296°72°34°
CMYK 0.050.720.00   0.66
XYZ5.61423.18049.3348
Yxy3.18040.30970.1754
Hunter Lab17.833724.9845-18.5510
CIE-Lab20.752436.3088-24.8223

#531857 color RGB value is (83,24,87).

#531857 hex color red value is 83, green value is 24 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #531857 hue: 0.82 , saturation: 0.57 and the lightness value of 531857 is 0.22.

The process color (four color CMYK) of #531857 color hex is 0.05, 0.72, 0.00, 0.66. Web safe color of #531857 is #660066. Color #531857 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011000 01010111
Octal 123 30 127
Decimal 83 24 87
Hex 53 18 57

RGB Percentages of Color #531857

%42.78
%12.37
%44.85

CMYK Percentages of Color #531857

%5
%72
%0
%66

Triadic Colors of #531857

#531857 #575318 #185753

Analogous Colors of #531857

#531857 #57183c #331857

Monochromatic Colors of #531857

#531857

Complementary Color

#531857 #1c5718

#531857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531857 Color CSS Codes

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

#531857 Text Font Color

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

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


#531857 Background Color

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

This div background color is #531857


#531857 Border Color

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

This div border color is #531857


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531857


Comments

No comments written yet.

Please login to write comment.