Color Hex Logo

#510cfd Color Hex

#510CFD
(81,12,253)
0 Favorites   0 Comments

Color spaces of #510cfd

RGB 8112253
HSL0.710.980.52
HSV257°95°99°
CMYK 0.680.950.00   0.01
XYZ21.25449.104193.5655
Yxy9.10410.17150.0735
Hunter Lab30.173072.9358-162.7353
CIE-Lab36.184078.5562-100.1713

#510cfd color RGB value is (81,12,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001100 11111101
Octal 121 14 375
Decimal 81 12 253
Hex 51 C FD

RGB Percentages of Color #510cfd

%23.41
%3.47
%73.12

CMYK Percentages of Color #510cfd

%68
%95
%0
%1

Triadic Colors of #510cfd

#510cfd #fd510c #0cfd51

Analogous Colors of #510cfd

#510cfd #ca0cfd #0c40fd

Monochromatic Colors of #510cfd

#510cfd

Complementary Color

#510cfd #b8fd0c

#510cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#510cfd Color CSS Codes

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

#510cfd Text Font Color

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

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


#510cfd Background Color

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

This div background color is #510cfd


#510cfd Border Color

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

This div border color is #510cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510cfd


Comments

No comments written yet.

Please login to write comment.