Color Hex Logo

#513afa Color Hex

#513AFA
(81,58,250)
0 Favorites   0 Comments

Color spaces of #513afa

RGB 8158250
HSL0.690.950.60
HSV247°77°98°
CMYK 0.680.770.00   0.02
XYZ22.161711.677691.5284
Yxy11.67760.17680.0931
Hunter Lab34.172555.9597-134.8829
CIE-Lab40.699163.3529-90.9966

#513afa color RGB value is (81,58,250).

#513afa hex color red value is 81, green value is 58 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #513afa hue: 0.69 , saturation: 0.95 and the lightness value of 513afa is 0.60.

The process color (four color CMYK) of #513afa color hex is 0.68, 0.77, 0.00, 0.02. Web safe color of #513afa is #6633ff. Color #513afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111010 11111010
Octal 121 72 372
Decimal 81 58 250
Hex 51 3A FA

RGB Percentages of Color #513afa

%20.82
%14.91
%64.27

CMYK Percentages of Color #513afa

%68
%77
%0
%2

Triadic Colors of #513afa

#513afa #fa513a #3afa51

Analogous Colors of #513afa

#513afa #b13afa #3a83fa

Monochromatic Colors of #513afa

#513afa

Complementary Color

#513afa #e3fa3a

#513afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#513afa Color CSS Codes

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

#513afa Text Font Color

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

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


#513afa Background Color

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

This div background color is #513afa


#513afa Border Color

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

This div border color is #513afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513afa


Comments

No comments written yet.

Please login to write comment.