Color Hex Logo

#5e4bab Color Hex

#5E4BAB
(94,75,171)
0 Favorites   0 Comments

Color spaces of #5e4bab

RGB 9475171
HSL0.700.390.48
HSV252°56°67°
CMYK 0.450.560.00   0.33
XYZ14.482910.352139.7629
Yxy10.35210.22420.1603
Hunter Lab32.174724.0431-50.7509
CIE-Lab38.467132.2882-49.0473

#5e4bab color RGB value is (94,75,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 01001011 10101011
Octal 136 113 253
Decimal 94 75 171
Hex 5E 4B AB

RGB Percentages of Color #5e4bab

%27.65
%22.06
%50.29

CMYK Percentages of Color #5e4bab

%45
%56
%0
%33

Triadic Colors of #5e4bab

#5e4bab #ab5e4b #4bab5e

Analogous Colors of #5e4bab

#5e4bab #8e4bab #4b68ab

Monochromatic Colors of #5e4bab

#5e4bab

Complementary Color

#5e4bab #98ab4b

#5e4bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e4bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e4bab Color CSS Codes

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

#5e4bab Text Font Color

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

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


#5e4bab Background Color

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

This div background color is #5e4bab


#5e4bab Border Color

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

This div border color is #5e4bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e4bab


Comments

No comments written yet.

Please login to write comment.