Color Hex Logo

#511aab Color Hex

#511AAB
(81,26,171)
0 Favorites   0 Comments

Color spaces of #511aab

RGB 8126171
HSL0.730.740.39
HSV263°85°67°
CMYK 0.530.850.00   0.33
XYZ11.11345.428438.9901
Yxy5.42840.20010.0978
Hunter Lab23.298944.3699-82.9109
CIE-Lab27.922055.1777-66.2963

#511aab color RGB value is (81,26,171).

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

The process color (four color CMYK) of #511aab color hex is 0.53, 0.85, 0.00, 0.33. Web safe color of #511aab is #663399. Color #511aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011010 10101011
Octal 121 32 253
Decimal 81 26 171
Hex 51 1A AB

RGB Percentages of Color #511aab

%29.14
%9.35
%61.51

CMYK Percentages of Color #511aab

%53
%85
%0
%33

Triadic Colors of #511aab

#511aab #ab511a #1aab51

Analogous Colors of #511aab

#511aab #9a1aab #1a2bab

Monochromatic Colors of #511aab

#511aab

Complementary Color

#511aab #74ab1a

#511aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#511aab Color CSS Codes

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

#511aab Text Font Color

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

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


#511aab Background Color

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

This div background color is #511aab


#511aab Border Color

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

This div border color is #511aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511aab


Comments

No comments written yet.

Please login to write comment.