Color Hex Logo

#511cfd Color Hex

#511CFD
(81,28,253)
0 Favorites   0 Comments

Color spaces of #511cfd

RGB 8128253
HSL0.710.980.55
HSV254°89°99°
CMYK 0.680.890.00   0.01
XYZ21.53829.671793.6601
Yxy9.67170.17250.0775
Hunter Lab31.099469.1983-156.7906
CIE-Lab37.246675.3204-98.4032

#511cfd color RGB value is (81,28,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011100 11111101
Octal 121 34 375
Decimal 81 28 253
Hex 51 1C FD

RGB Percentages of Color #511cfd

%22.38
%7.73
%69.89

CMYK Percentages of Color #511cfd

%68
%89
%0
%1

Triadic Colors of #511cfd

#511cfd #fd511c #1cfd51

Analogous Colors of #511cfd

#511cfd #c21cfd #1c57fd

Monochromatic Colors of #511cfd

#511cfd

Complementary Color

#511cfd #c8fd1c

#511cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#511cfd Color CSS Codes

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

#511cfd Text Font Color

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

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


#511cfd Background Color

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

This div background color is #511cfd


#511cfd Border Color

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

This div border color is #511cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511cfd


Comments

No comments written yet.

Please login to write comment.