Color Hex Logo

#531862 Color Hex

#531862
(83,24,98)
0 Favorites   0 Comments

Color spaces of #531862

RGB 832498
HSL0.800.610.24
HSV288°76°38°
CMYK 0.150.760.00   0.62
XYZ6.09853.374111.8851
Yxy3.37410.28550.1580
Hunter Lab18.368727.1175-25.5043
CIE-Lab21.483838.6014-30.9550

#531862 color RGB value is (83,24,98).

#531862 hex color red value is 83, green value is 24 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #531862 hue: 0.80 , saturation: 0.61 and the lightness value of 531862 is 0.24.

The process color (four color CMYK) of #531862 color hex is 0.15, 0.76, 0.00, 0.62. Web safe color of #531862 is #660066. Color #531862 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011000 01100010
Octal 123 30 142
Decimal 83 24 98
Hex 53 18 62

RGB Percentages of Color #531862

%40.49
%11.71
%47.80

CMYK Percentages of Color #531862

%15
%76
%0
%62

Triadic Colors of #531862

#531862 #625318 #186253

Analogous Colors of #531862

#531862 #62184c #2e1862

Monochromatic Colors of #531862

#531862

Complementary Color

#531862 #276218

#531862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531862 Color CSS Codes

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

#531862 Text Font Color

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

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


#531862 Background Color

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

This div background color is #531862


#531862 Border Color

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

This div border color is #531862


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531862


Comments

No comments written yet.

Please login to write comment.