Color Hex Logo

#5b339a Color Hex

#5B339A
(91,51,154)
0 Favorites   0 Comments

Color spaces of #5b339a

RGB 9151154
HSL0.730.500.40
HSV263°67°60°
CMYK 0.410.670.00   0.40
XYZ11.33096.924931.3113
Yxy6.92490.22860.1397
Hunter Lab26.315230.8076-52.1259
CIE-Lab31.635340.7566-49.8812

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

#5b339a hex color red value is 91, green value is 51 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #5b339a hue: 0.73 , saturation: 0.50 and the lightness value of 5b339a is 0.40.

The process color (four color CMYK) of #5b339a color hex is 0.41, 0.67, 0.00, 0.40. Web safe color of #5b339a is #663399. Color #5b339a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 00110011 10011010
Octal 133 63 232
Decimal 91 51 154
Hex 5B 33 9A

RGB Percentages of Color #5b339a

%30.74
%17.23
%52.03

CMYK Percentages of Color #5b339a

%41
%67
%0
%40

Triadic Colors of #5b339a

#5b339a #9a5b33 #339a5b

Analogous Colors of #5b339a

#5b339a #8f339a #333e9a

Monochromatic Colors of #5b339a

#5b339a

Complementary Color

#5b339a #729a33

#5b339a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b339a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b339a Color CSS Codes

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

#5b339a Text Font Color

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

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


#5b339a Background Color

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

This div background color is #5b339a


#5b339a Border Color

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

This div border color is #5b339a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b339a


Comments

No comments written yet.

Please login to write comment.