Color Hex Logo

#5e218b Color Hex

#5E218B
(94,33,139)
0 Favorites   0 Comments

Color spaces of #5e218b

RGB 9433139
HSL0.760.620.34
HSV275°76°55°
CMYK 0.320.760.00   0.45
XYZ9.82025.331524.9376
Yxy5.33150.24500.1330
Hunter Lab23.090035.5085-47.8711
CIE-Lab27.659146.4338-47.0920

#5e218b color RGB value is (94,33,139).

#5e218b hex color red value is 94, green value is 33 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #5e218b hue: 0.76 , saturation: 0.62 and the lightness value of 5e218b is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 00100001 10001011
Octal 136 41 213
Decimal 94 33 139
Hex 5E 21 8B

RGB Percentages of Color #5e218b

%35.34
%12.41
%52.26

CMYK Percentages of Color #5e218b

%32
%76
%0
%45

Triadic Colors of #5e218b

#5e218b #8b5e21 #218b5e

Analogous Colors of #5e218b

#5e218b #8b2183 #29218b

Monochromatic Colors of #5e218b

#5e218b

Complementary Color

#5e218b #4e8b21

#5e218b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e218b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e218b Color CSS Codes

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

#5e218b Text Font Color

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

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


#5e218b Background Color

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

This div background color is #5e218b


#5e218b Border Color

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

This div border color is #5e218b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e218b


Comments

No comments written yet.

Please login to write comment.