Color Hex Logo

#501aab Color Hex

#501AAB
(80,26,171)
0 Favorites   0 Comments

Color spaces of #501aab

RGB 8026171
HSL0.730.740.39
HSV262°85°67°
CMYK 0.530.850.00   0.33
XYZ11.02835.384538.9861
Yxy5.38450.19910.0972
Hunter Lab23.204544.2269-83.3704
CIE-Lab27.803355.0638-66.4962

#501aab color RGB value is (80,26,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011010 10101011
Octal 120 32 253
Decimal 80 26 171
Hex 50 1A AB

RGB Percentages of Color #501aab

%28.88
%9.39
%61.73

CMYK Percentages of Color #501aab

%53
%85
%0
%33

Triadic Colors of #501aab

#501aab #ab501a #1aab50

Analogous Colors of #501aab

#501aab #991aab #1a2dab

Monochromatic Colors of #501aab

#501aab

Complementary Color

#501aab #75ab1a

#501aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#501aab Color CSS Codes

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

#501aab Text Font Color

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

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


#501aab Background Color

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

This div background color is #501aab


#501aab Border Color

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

This div border color is #501aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501aab


Comments

No comments written yet.

Please login to write comment.