Color Hex Logo

#511afb Color Hex

#511AFB
(81,26,251)
0 Favorites   0 Comments

Color spaces of #511afb

RGB 8126251
HSL0.710.970.54
HSV255°90°98°
CMYK 0.680.900.00   0.02
XYZ21.17539.453291.9754
Yxy9.45320.17270.0771
Hunter Lab30.746169.1302-155.8410
CIE-Lab36.842675.3402-97.9524

#511afb color RGB value is (81,26,251).

#511afb hex color red value is 81, green value is 26 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #511afb hue: 0.71 , saturation: 0.97 and the lightness value of 511afb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011010 11111011
Octal 121 32 373
Decimal 81 26 251
Hex 51 1A FB

RGB Percentages of Color #511afb

%22.63
%7.26
%70.11

CMYK Percentages of Color #511afb

%68
%90
%0
%2

Triadic Colors of #511afb

#511afb #fb511a #1afb51

Analogous Colors of #511afb

#511afb #c21afb #1a53fb

Monochromatic Colors of #511afb

#511afb

Complementary Color

#511afb #c4fb1a

#511afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#511afb Color CSS Codes

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

#511afb Text Font Color

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

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


#511afb Background Color

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

This div background color is #511afb


#511afb Border Color

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

This div border color is #511afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511afb

Related Colors


Comments

No comments written yet.

Please login to write comment.