Color Hex Logo

#501b9a Color Hex

#501B9A
(80,27,154)
0 Favorites   0 Comments

Color spaces of #501b9a

RGB 8027154
HSL0.740.700.35
HSV265°82°60°
CMYK 0.480.820.00   0.40
XYZ9.53294.822431.0002
Yxy4.82240.21020.1063
Hunter Lab21.960039.0576-68.3259
CIE-Lab26.222750.3145-58.7747

#501b9a color RGB value is (80,27,154).

#501b9a hex color red value is 80, green value is 27 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #501b9a hue: 0.74 , saturation: 0.70 and the lightness value of 501b9a is 0.35.

The process color (four color CMYK) of #501b9a color hex is 0.48, 0.82, 0.00, 0.40. Web safe color of #501b9a is #663399. Color #501b9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011011 10011010
Octal 120 33 232
Decimal 80 27 154
Hex 50 1B 9A

RGB Percentages of Color #501b9a

%30.65
%10.34
%59.00

CMYK Percentages of Color #501b9a

%48
%82
%0
%40

Triadic Colors of #501b9a

#501b9a #9a501b #1b9a50

Analogous Colors of #501b9a

#501b9a #901b9a #1b259a

Monochromatic Colors of #501b9a

#501b9a

Complementary Color

#501b9a #659a1b

#501b9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501b9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#501b9a Color CSS Codes

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

#501b9a Text Font Color

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

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


#501b9a Background Color

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

This div background color is #501b9a


#501b9a Border Color

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

This div border color is #501b9a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,27,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501b9a


Comments

No comments written yet.

Please login to write comment.