Color Hex Logo

#513afb Color Hex

#513AFB
(81,58,251)
0 Favorites   0 Comments

Color spaces of #513afb

RGB 8158251
HSL0.690.960.61
HSV247°77°98°
CMYK 0.680.770.00   0.02
XYZ22.319011.740592.3566
Yxy11.74050.17660.0929
Hunter Lab34.264456.3078-135.8257
CIE-Lab40.800763.6413-91.3890

#513afb color RGB value is (81,58,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111010 11111011
Octal 121 72 373
Decimal 81 58 251
Hex 51 3A FB

RGB Percentages of Color #513afb

%20.77
%14.87
%64.36

CMYK Percentages of Color #513afb

%68
%77
%0
%2

Triadic Colors of #513afb

#513afb #fb513a #3afb51

Analogous Colors of #513afb

#513afb #b23afb #3a84fb

Monochromatic Colors of #513afb

#513afb

Complementary Color

#513afb #e4fb3a

#513afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#513afb Color CSS Codes

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

#513afb Text Font Color

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

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


#513afb Background Color

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

This div background color is #513afb


#513afb Border Color

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

This div border color is #513afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513afb


Comments

No comments written yet.

Please login to write comment.