Color Hex Logo

#513bfb Color Hex

#513BFB
(81,59,251)
0 Favorites   0 Comments

Color spaces of #513bfb

RGB 8159251
HSL0.690.960.61
HSV247°76°98°
CMYK 0.680.760.00   0.02
XYZ22.369911.842392.3736
Yxy11.84230.17670.0936
Hunter Lab34.412655.8116-135.0629
CIE-Lab40.964463.1700-91.1184

#513bfb color RGB value is (81,59,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111011 11111011
Octal 121 73 373
Decimal 81 59 251
Hex 51 3B FB

RGB Percentages of Color #513bfb

%20.72
%15.09
%64.19

CMYK Percentages of Color #513bfb

%68
%76
%0
%2

Triadic Colors of #513bfb

#513bfb #fb513b #3bfb51

Analogous Colors of #513bfb

#513bfb #b13bfb #3b85fb

Monochromatic Colors of #513bfb

#513bfb

Complementary Color

#513bfb #e5fb3b

#513bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#513bfb Color CSS Codes

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

#513bfb Text Font Color

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

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


#513bfb Background Color

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

This div background color is #513bfb


#513bfb Border Color

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

This div border color is #513bfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,59,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 #513bfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513bfb


Comments

No comments written yet.

Please login to write comment.