Color Hex Logo

#510dff Color Hex

#510DFF
(81,13,255)
0 Favorites   0 Comments

Color spaces of #510dff

RGB 8113255
HSL0.711.000.53
HSV257°95°100°
CMYK 0.680.950.00   0.00
XYZ21.58739.257295.2568
Yxy9.25720.17120.0734
Hunter Lab30.425673.4026-164.3275
CIE-Lab36.474878.8786-100.8086

#510dff color RGB value is (81,13,255).

#510dff hex color red value is 81, green value is 13 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #510dff hue: 0.71 , saturation: 1.00 and the lightness value of 510dff is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001101 11111111
Octal 121 15 377
Decimal 81 13 255
Hex 51 D FF

RGB Percentages of Color #510dff

%23.21
%3.72
%73.07

CMYK Percentages of Color #510dff

%68
%95
%0
%0

Triadic Colors of #510dff

#510dff #ff510d #0dff51

Analogous Colors of #510dff

#510dff #ca0dff #0d42ff

Monochromatic Colors of #510dff

#510dff

Complementary Color

#510dff #bbff0d

#510dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#510dff Color CSS Codes

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

#510dff Text Font Color

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

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


#510dff Background Color

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

This div background color is #510dff


#510dff Border Color

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

This div border color is #510dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510dff

Related Colors


Comments

No comments written yet.

Please login to write comment.