Color Hex Logo

#513aa0 Color Hex

#513AA0
(81,58,160)
0 Favorites   0 Comments

Color spaces of #513aa0

RGB 8158160
HSL0.700.470.43
HSV254°64°63°
CMYK 0.490.640.00   0.37
XYZ11.25167.313534.0763
Yxy7.31350.21370.1389
Hunter Lab27.043526.9399-55.7783
CIE-Lab32.510236.4102-52.1495

#513aa0 color RGB value is (81,58,160).

#513aa0 hex color red value is 81, green value is 58 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #513aa0 hue: 0.70 , saturation: 0.47 and the lightness value of 513aa0 is 0.43.

The process color (four color CMYK) of #513aa0 color hex is 0.49, 0.64, 0.00, 0.37. Web safe color of #513aa0 is #663399. Color #513aa0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111010 10100000
Octal 121 72 240
Decimal 81 58 160
Hex 51 3A A0

RGB Percentages of Color #513aa0

%27.09
%19.40
%53.51

CMYK Percentages of Color #513aa0

%49
%64
%0
%37

Triadic Colors of #513aa0

#513aa0 #a0513a #3aa051

Analogous Colors of #513aa0

#513aa0 #843aa0 #3a56a0

Monochromatic Colors of #513aa0

#513aa0

Complementary Color

#513aa0 #89a03a

#513aa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513aa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#513aa0 Color CSS Codes

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

#513aa0 Text Font Color

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

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


#513aa0 Background Color

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

This div background color is #513aa0


#513aa0 Border Color

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

This div border color is #513aa0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,58,160, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #513aa0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #513aa0;
  -webkit-box-shadow: 1px 1px 3px 2px #513aa0;
  box-shadow:         1px 1px 3px 2px #513aa0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,58,160, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513aa0


Comments

No comments written yet.

Please login to write comment.