Color Hex Logo

#531493 Color Hex

#531493
(83,20,147)
0 Favorites   0 Comments

Color spaces of #531493

RGB 8320147
HSL0.750.760.33
HSV270°86°58°
CMYK 0.440.860.00   0.42
XYZ9.08394.445927.9831
Yxy4.44590.21880.1071
Hunter Lab21.085340.0015-63.9263
CIE-Lab25.093951.4736-56.3058

#531493 color RGB value is (83,20,147).

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

The process color (four color CMYK) of #531493 color hex is 0.44, 0.86, 0.00, 0.42. Web safe color of #531493 is #660099. Color #531493 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010100 10010011
Octal 123 24 223
Decimal 83 20 147
Hex 53 14 93

RGB Percentages of Color #531493

%33.20
%8.00
%58.80

CMYK Percentages of Color #531493

%44
%86
%0
%42

Triadic Colors of #531493

#531493 #935314 #149353

Analogous Colors of #531493

#531493 #931493 #141493

Monochromatic Colors of #531493

#531493

Complementary Color

#531493 #549314

#531493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531493 Color CSS Codes

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

#531493 Text Font Color

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

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


#531493 Background Color

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

This div background color is #531493


#531493 Border Color

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

This div border color is #531493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531493


Comments

No comments written yet.

Please login to write comment.