Color Hex Logo

#510aab Color Hex

#510AAB
(81,10,171)
0 Favorites   0 Comments

Color spaces of #510aab

RGB 8110171
HSL0.740.890.35
HSV266°94°67°
CMYK 0.530.940.00   0.33
XYZ10.85264.906738.9032
Yxy4.90670.19850.0898
Hunter Lab22.151148.6891-88.6233
CIE-Lab26.467359.5203-68.6988

#510aab color RGB value is (81,10,171).

#510aab hex color red value is 81, green value is 10 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #510aab hue: 0.74 , saturation: 0.89 and the lightness value of 510aab is 0.35.

The process color (four color CMYK) of #510aab color hex is 0.53, 0.94, 0.00, 0.33. Web safe color of #510aab is #660099. Color #510aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001010 10101011
Octal 121 12 253
Decimal 81 10 171
Hex 51 A AB

RGB Percentages of Color #510aab

%30.92
%3.82
%65.27

CMYK Percentages of Color #510aab

%53
%94
%0
%33

Triadic Colors of #510aab

#510aab #ab510a #0aab51

Analogous Colors of #510aab

#510aab #a20aab #0a13ab

Monochromatic Colors of #510aab

#510aab

Complementary Color

#510aab #64ab0a

#510aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#510aab Color CSS Codes

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

#510aab Text Font Color

<p style="color:#510aab">Text here</p>

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


#510aab Background Color

<div style="background-color:#510aab">
Div content here</div>

This div background color is #510aab


#510aab Border Color

<div style="border:3px solid #510aab">
Div here</div>

This div border color is #510aab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,10,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #510aab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #510aab;
  -webkit-box-shadow: 1px 1px 3px 2px #510aab;
  box-shadow:         1px 1px 3px 2px #510aab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510aab


Comments

No comments written yet.

Please login to write comment.