Color Hex Logo

#5e318b Color Hex

#5E318B
(94,49,139)
0 Favorites   0 Comments

Color spaces of #5e318b

RGB 9449139
HSL0.750.480.37
HSV270°65°55°
CMYK 0.320.650.00   0.45
XYZ10.37466.440425.1224
Yxy6.44040.24740.1536
Hunter Lab25.377928.5601-40.9284
CIE-Lab30.497438.5341-42.4998

#5e318b color RGB value is (94,49,139).

#5e318b hex color red value is 94, green value is 49 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #5e318b hue: 0.75 , saturation: 0.48 and the lightness value of 5e318b is 0.37.

The process color (four color CMYK) of #5e318b color hex is 0.32, 0.65, 0.00, 0.45. Web safe color of #5e318b is #663399. Color #5e318b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 00110001 10001011
Octal 136 61 213
Decimal 94 49 139
Hex 5E 31 8B

RGB Percentages of Color #5e318b

%33.33
%17.38
%49.29

CMYK Percentages of Color #5e318b

%32
%65
%0
%45

Triadic Colors of #5e318b

#5e318b #8b5e31 #318b5e

Analogous Colors of #5e318b

#5e318b #8b318b #31318b

Monochromatic Colors of #5e318b

#5e318b

Complementary Color

#5e318b #5e8b31

#5e318b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e318b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e318b Color CSS Codes

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

#5e318b Text Font Color

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

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


#5e318b Background Color

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

This div background color is #5e318b


#5e318b Border Color

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

This div border color is #5e318b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,49,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e318b


Comments

No comments written yet.

Please login to write comment.