Color Hex Logo

#531faa Color Hex

#531FAA
(83,31,170)
0 Favorites   0 Comments

Color spaces of #531faa

RGB 8331170
HSL0.730.690.39
HSV262°82°67°
CMYK 0.510.820.00   0.33
XYZ11.31305.721338.5383
Yxy5.72130.20360.1030
Hunter Lab23.919242.5659-78.7836
CIE-Lab28.698253.2872-64.4074

#531faa color RGB value is (83,31,170).

#531faa hex color red value is 83, green value is 31 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #531faa hue: 0.73 , saturation: 0.69 and the lightness value of 531faa is 0.39.

The process color (four color CMYK) of #531faa color hex is 0.51, 0.82, 0.00, 0.33. Web safe color of #531faa is #663399. Color #531faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011111 10101010
Octal 123 37 252
Decimal 83 31 170
Hex 53 1F AA

RGB Percentages of Color #531faa

%29.23
%10.92
%59.86

CMYK Percentages of Color #531faa

%51
%82
%0
%33

Triadic Colors of #531faa

#531faa #aa531f #1faa53

Analogous Colors of #531faa

#531faa #991faa #1f30aa

Monochromatic Colors of #531faa

#531faa

Complementary Color

#531faa #76aa1f

#531faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#531faa Color CSS Codes

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

#531faa Text Font Color

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

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


#531faa Background Color

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

This div background color is #531faa


#531faa Border Color

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

This div border color is #531faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,31,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #531faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #531faa;
  -webkit-box-shadow: 1px 1px 3px 2px #531faa;
  box-shadow:         1px 1px 3px 2px #531faa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531faa


Comments

No comments written yet.

Please login to write comment.