Color Hex Logo

#501aba Color Hex

#501ABA
(80,26,186)
0 Favorites   0 Comments

Color spaces of #501aba

RGB 8026186
HSL0.720.750.42
HSV260°86°73°
CMYK 0.570.860.00   0.27
XYZ12.54065.989446.9495
Yxy5.98940.19150.0915
Hunter Lab24.473348.6389-96.6107
CIE-Lab29.385758.9162-72.8450

#501aba color RGB value is (80,26,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011010 10111010
Octal 120 32 272
Decimal 80 26 186
Hex 50 1A BA

RGB Percentages of Color #501aba

%27.40
%8.90
%63.70

CMYK Percentages of Color #501aba

%57
%86
%0
%27

Triadic Colors of #501aba

#501aba #ba501a #1aba50

Analogous Colors of #501aba

#501aba #a01aba #1a34ba

Monochromatic Colors of #501aba

#501aba

Complementary Color

#501aba #84ba1a

#501aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#501aba Color CSS Codes

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

#501aba Text Font Color

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

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


#501aba Background Color

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

This div background color is #501aba


#501aba Border Color

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

This div border color is #501aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501aba


Comments

No comments written yet.

Please login to write comment.