Color Hex Logo

#5e1eab Color Hex

#5E1EAB
(94,30,171)
0 Favorites   0 Comments

Color spaces of #5e1eab

RGB 9430171
HSL0.740.700.39
HSV267°82°67°
CMYK 0.450.820.00   0.33
XYZ12.43116.248539.0790
Yxy6.24850.21520.1082
Hunter Lab24.997045.0240-75.1930
CIE-Lab30.030955.3920-62.7681

#5e1eab color RGB value is (94,30,171).

#5e1eab hex color red value is 94, green value is 30 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5e1eab hue: 0.74 , saturation: 0.70 and the lightness value of 5e1eab is 0.39.

The process color (four color CMYK) of #5e1eab color hex is 0.45, 0.82, 0.00, 0.33. Web safe color of #5e1eab is #663399. Color #5e1eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 00011110 10101011
Octal 136 36 253
Decimal 94 30 171
Hex 5E 1E AB

RGB Percentages of Color #5e1eab

%31.86
%10.17
%57.97

CMYK Percentages of Color #5e1eab

%45
%82
%0
%33

Triadic Colors of #5e1eab

#5e1eab #ab5e1e #1eab5e

Analogous Colors of #5e1eab

#5e1eab #a51eab #1e24ab

Monochromatic Colors of #5e1eab

#5e1eab

Complementary Color

#5e1eab #6bab1e

#5e1eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e1eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e1eab Color CSS Codes

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

#5e1eab Text Font Color

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

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


#5e1eab Background Color

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

This div background color is #5e1eab


#5e1eab Border Color

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

This div border color is #5e1eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e1eab


Comments

No comments written yet.

Please login to write comment.