Color Hex Logo

#511cff Color Hex

#511CFF
(81,28,255)
0 Favorites   0 Comments

Color spaces of #511cff

RGB 8128255
HSL0.711.000.55
HSV254°89°100°
CMYK 0.680.890.00   0.00
XYZ21.85869.799895.3472
Yxy9.79980.17210.0772
Hunter Lab31.304669.8553-158.6714
CIE-Lab37.480775.8157-99.1349

#511cff color RGB value is (81,28,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011100 11111111
Octal 121 34 377
Decimal 81 28 255
Hex 51 1C FF

RGB Percentages of Color #511cff

%22.25
%7.69
%70.05

CMYK Percentages of Color #511cff

%68
%89
%0
%0

Triadic Colors of #511cff

#511cff #ff511c #1cff51

Analogous Colors of #511cff

#511cff #c31cff #1c58ff

Monochromatic Colors of #511cff

#511cff

Complementary Color

#511cff #caff1c

#511cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#511cff Color CSS Codes

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

#511cff Text Font Color

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

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


#511cff Background Color

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

This div background color is #511cff


#511cff Border Color

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

This div border color is #511cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511cff

Related Colors


Comments

No comments written yet.

Please login to write comment.