Color Hex Logo

#5e329a Color Hex

#5E329A
(94,50,154)
0 Favorites   0 Comments

Color spaces of #5e329a

RGB 9450154
HSL0.740.510.40
HSV265°68°60°
CMYK 0.390.680.00   0.40
XYZ11.58946.994031.3110
Yxy6.99400.23230.1402
Hunter Lab26.446231.9425-51.6842
CIE-Lab31.793241.9332-49.6085

#5e329a color RGB value is (94,50,154).

#5e329a hex color red value is 94, green value is 50 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #5e329a hue: 0.74 , saturation: 0.51 and the lightness value of 5e329a is 0.40.

The process color (four color CMYK) of #5e329a color hex is 0.39, 0.68, 0.00, 0.40. Web safe color of #5e329a is #663399. Color #5e329a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 00110010 10011010
Octal 136 62 232
Decimal 94 50 154
Hex 5E 32 9A

RGB Percentages of Color #5e329a

%31.54
%16.78
%51.68

CMYK Percentages of Color #5e329a

%39
%68
%0
%40

Triadic Colors of #5e329a

#5e329a #9a5e32 #329a5e

Analogous Colors of #5e329a

#5e329a #92329a #323a9a

Monochromatic Colors of #5e329a

#5e329a

Complementary Color

#5e329a #6e9a32

#5e329a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e329a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e329a Color CSS Codes

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

#5e329a Text Font Color

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

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


#5e329a Background Color

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

This div background color is #5e329a


#5e329a Border Color

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

This div border color is #5e329a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e329a


Comments

No comments written yet.

Please login to write comment.