Color Hex Logo

#511fff Color Hex

#511FFF
(81,31,255)
0 Favorites   0 Comments

Color spaces of #511fff

RGB 8131255
HSL0.701.000.56
HSV253°88°100°
CMYK 0.680.880.00   0.00
XYZ21.93339.949395.3721
Yxy9.94930.17240.0782
Hunter Lab31.542568.9218-157.1898
CIE-Lab37.751374.9980-98.6850

#511fff color RGB value is (81,31,255).

#511fff hex color red value is 81, green value is 31 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #511fff hue: 0.70 , saturation: 1.00 and the lightness value of 511fff is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011111 11111111
Octal 121 37 377
Decimal 81 31 255
Hex 51 1F FF

RGB Percentages of Color #511fff

%22.07
%8.45
%69.48

CMYK Percentages of Color #511fff

%68
%88
%0
%0

Triadic Colors of #511fff

#511fff #ff511f #1fff51

Analogous Colors of #511fff

#511fff #c11fff #1f5dff

Monochromatic Colors of #511fff

#511fff

Complementary Color

#511fff #cdff1f

#511fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#511fff Color CSS Codes

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

#511fff Text Font Color

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

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


#511fff Background Color

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

This div background color is #511fff


#511fff Border Color

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

This div border color is #511fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511fff

Related Colors


Comments

No comments written yet.

Please login to write comment.