Color Hex Logo

#5b059a Color Hex

#5B059A
(91,5,154)
0 Favorites   0 Comments

Color spaces of #5b059a

RGB 915154
HSL0.760.940.31
HSV275°97°60°
CMYK 0.410.970.00   0.40
XYZ10.20144.665830.9348
Yxy4.66580.22270.1019
Hunter Lab21.600546.5006-69.7910
CIE-Lab25.760657.6142-59.4788

#5b059a color RGB value is (91,5,154).

#5b059a hex color red value is 91, green value is 5 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #5b059a hue: 0.76 , saturation: 0.94 and the lightness value of 5b059a is 0.31.

The process color (four color CMYK) of #5b059a color hex is 0.41, 0.97, 0.00, 0.40. Web safe color of #5b059a is #660099. Color #5b059a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 00000101 10011010
Octal 133 5 232
Decimal 91 5 154
Hex 5B 5 9A

RGB Percentages of Color #5b059a

%36.40
%2.00
%61.60

CMYK Percentages of Color #5b059a

%41
%97
%0
%40

Triadic Colors of #5b059a

#5b059a #9a5b05 #059a5b

Analogous Colors of #5b059a

#5b059a #9a058f #11059a

Monochromatic Colors of #5b059a

#5b059a

Complementary Color

#5b059a #449a05

#5b059a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b059a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b059a Color CSS Codes

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

#5b059a Text Font Color

<p style="color:#5b059a">Text here</p>

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


#5b059a Background Color

<div style="background-color:#5b059a">
Div content here</div>

This div background color is #5b059a


#5b059a Border Color

<div style="border:3px solid #5b059a">
Div here</div>

This div border color is #5b059a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,5,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5b059a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5b059a;
  -webkit-box-shadow: 1px 1px 3px 2px #5b059a;
  box-shadow:         1px 1px 3px 2px #5b059a; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b059a


Comments

No comments written yet.

Please login to write comment.