Color Hex Logo

#510efd Color Hex

#510EFD
(81,14,253)
0 Favorites   0 Comments

Color spaces of #510efd

RGB 8114253
HSL0.710.980.52
HSV257°94°99°
CMYK 0.680.940.00   0.01
XYZ21.28009.155393.5741
Yxy9.15530.17160.0738
Hunter Lab30.257772.5865-162.1780
CIE-Lab36.281678.2571-100.0088

#510efd color RGB value is (81,14,253).

#510efd hex color red value is 81, green value is 14 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #510efd hue: 0.71 , saturation: 0.98 and the lightness value of 510efd is 0.52.

The process color (four color CMYK) of #510efd color hex is 0.68, 0.94, 0.00, 0.01. Web safe color of #510efd is #6600ff. Color #510efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001110 11111101
Octal 121 16 375
Decimal 81 14 253
Hex 51 E FD

RGB Percentages of Color #510efd

%23.28
%4.02
%72.70

CMYK Percentages of Color #510efd

%68
%94
%0
%1

Triadic Colors of #510efd

#510efd #fd510e #0efd51

Analogous Colors of #510efd

#510efd #c90efd #0e43fd

Monochromatic Colors of #510efd

#510efd

Complementary Color

#510efd #bafd0e

#510efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#510efd Color CSS Codes

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

#510efd Text Font Color

<p style="color:#510efd">Text here</p>

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


#510efd Background Color

<div style="background-color:#510efd">
Div content here</div>

This div background color is #510efd


#510efd Border Color

<div style="border:3px solid #510efd">
Div here</div>

This div border color is #510efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510efd


Comments

No comments written yet.

Please login to write comment.