Color Hex Logo

#513dfd Color Hex

#513DFD
(81,61,253)
0 Favorites   0 Comments

Color spaces of #513dfd

RGB 8161253
HSL0.680.980.62
HSV246°76°99°
CMYK 0.680.760.00   0.01
XYZ22.791712.178794.0780
Yxy12.17870.17660.0944
Hunter Lab34.898055.5059-135.4054
CIE-Lab41.498762.7949-91.3545

#513dfd color RGB value is (81,61,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111101 11111101
Octal 121 75 375
Decimal 81 61 253
Hex 51 3D FD

RGB Percentages of Color #513dfd

%20.51
%15.44
%64.05

CMYK Percentages of Color #513dfd

%68
%76
%0
%1

Triadic Colors of #513dfd

#513dfd #fd513d #3dfd51

Analogous Colors of #513dfd

#513dfd #b13dfd #3d89fd

Monochromatic Colors of #513dfd

#513dfd

Complementary Color

#513dfd #e9fd3d

#513dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#513dfd Color CSS Codes

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

#513dfd Text Font Color

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

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


#513dfd Background Color

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

This div background color is #513dfd


#513dfd Border Color

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

This div border color is #513dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513dfd


Comments

No comments written yet.

Please login to write comment.