Color Hex Logo

#511aba Color Hex

#511ABA
(81,26,186)
0 Favorites   0 Comments

Color spaces of #511aba

RGB 8126186
HSL0.720.750.42
HSV261°86°73°
CMYK 0.560.860.00   0.27
XYZ12.62576.033346.9535
Yxy6.03330.19240.0920
Hunter Lab24.562848.7673-96.1431
CIE-Lab29.496359.0139-72.6586

#511aba color RGB value is (81,26,186).

#511aba hex color red value is 81, green value is 26 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #511aba hue: 0.72 , saturation: 0.75 and the lightness value of 511aba is 0.42.

The process color (four color CMYK) of #511aba color hex is 0.56, 0.86, 0.00, 0.27. Web safe color of #511aba is #6633cc. Color #511aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011010 10111010
Octal 121 32 272
Decimal 81 26 186
Hex 51 1A BA

RGB Percentages of Color #511aba

%27.65
%8.87
%63.48

CMYK Percentages of Color #511aba

%56
%86
%0
%27

Triadic Colors of #511aba

#511aba #ba511a #1aba51

Analogous Colors of #511aba

#511aba #a11aba #1a33ba

Monochromatic Colors of #511aba

#511aba

Complementary Color

#511aba #83ba1a

#511aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#511aba Color CSS Codes

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

#511aba Text Font Color

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

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


#511aba Background Color

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

This div background color is #511aba


#511aba Border Color

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

This div border color is #511aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511aba


Comments

No comments written yet.

Please login to write comment.