Color Hex Logo

#531791 Color Hex

#531791
(83,23,145)
0 Favorites   0 Comments

Color spaces of #531791

RGB 8323145
HSL0.750.730.33
HSV270°84°57°
CMYK 0.430.840.00   0.43
XYZ8.98454.496127.1824
Yxy4.49610.22100.1106
Hunter Lab21.204038.5265-61.1638
CIE-Lab25.248049.9725-54.8156

#531791 color RGB value is (83,23,145).

#531791 hex color red value is 83, green value is 23 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #531791 hue: 0.75 , saturation: 0.73 and the lightness value of 531791 is 0.33.

The process color (four color CMYK) of #531791 color hex is 0.43, 0.84, 0.00, 0.43. Web safe color of #531791 is #660099. Color #531791 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010111 10010001
Octal 123 27 221
Decimal 83 23 145
Hex 53 17 91

RGB Percentages of Color #531791

%33.07
%9.16
%57.77

CMYK Percentages of Color #531791

%43
%84
%0
%43

Triadic Colors of #531791

#531791 #915317 #179153

Analogous Colors of #531791

#531791 #901791 #171891

Monochromatic Colors of #531791

#531791

Complementary Color

#531791 #559117

#531791 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531791 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531791 Color CSS Codes

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

#531791 Text Font Color

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

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


#531791 Background Color

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

This div background color is #531791


#531791 Border Color

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

This div border color is #531791


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531791


Comments

No comments written yet.

Please login to write comment.