Color Hex Logo

#513efc Color Hex

#513EFC
(81,62,252)
0 Favorites   0 Comments

Color spaces of #513efc

RGB 8162252
HSL0.680.970.62
HSV246°75°99°
CMYK 0.680.750.00   0.01
XYZ22.686712.222993.2590
Yxy12.22290.17700.0954
Hunter Lab34.961354.6482-133.6829
CIE-Lab41.568262.0177-90.6803

#513efc color RGB value is (81,62,252).

#513efc hex color red value is 81, green value is 62 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #513efc hue: 0.68 , saturation: 0.97 and the lightness value of 513efc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111110 11111100
Octal 121 76 374
Decimal 81 62 252
Hex 51 3E FC

RGB Percentages of Color #513efc

%20.51
%15.70
%63.80

CMYK Percentages of Color #513efc

%68
%75
%0
%1

Triadic Colors of #513efc

#513efc #fc513e #3efc51

Analogous Colors of #513efc

#513efc #b03efc #3e8afc

Monochromatic Colors of #513efc

#513efc

Complementary Color

#513efc #e9fc3e

#513efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#513efc Color CSS Codes

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

#513efc Text Font Color

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

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


#513efc Background Color

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

This div background color is #513efc


#513efc Border Color

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

This div border color is #513efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513efc


Comments

No comments written yet.

Please login to write comment.