Color Hex Logo

#5e509a Color Hex

#5E509A
(94,80,154)
0 Favorites   0 Comments

Color spaces of #5e509a

RGB 9480154
HSL0.700.320.46
HSV251°48°60°
CMYK 0.390.480.00   0.40
XYZ13.317510.450131.8870
Yxy10.45010.23930.1878
Hunter Lab32.326616.9645-35.8551
CIE-Lab38.638424.1853-38.6110

#5e509a color RGB value is (94,80,154).

#5e509a hex color red value is 94, green value is 80 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #5e509a hue: 0.70 , saturation: 0.32 and the lightness value of 5e509a is 0.46.

The process color (four color CMYK) of #5e509a color hex is 0.39, 0.48, 0.00, 0.40. Web safe color of #5e509a is #666699. Color #5e509a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01010000 10011010
Octal 136 120 232
Decimal 94 80 154
Hex 5E 50 9A

RGB Percentages of Color #5e509a

%28.66
%24.39
%46.95

CMYK Percentages of Color #5e509a

%39
%48
%0
%40

Triadic Colors of #5e509a

#5e509a #9a5e50 #509a5e

Analogous Colors of #5e509a

#5e509a #83509a #50679a

Monochromatic Colors of #5e509a

#5e509a

Complementary Color

#5e509a #8c9a50

#5e509a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e509a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e509a Color CSS Codes

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

#5e509a Text Font Color

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

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


#5e509a Background Color

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

This div background color is #5e509a


#5e509a Border Color

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

This div border color is #5e509a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e509a


Comments

No comments written yet.

Please login to write comment.