Color Hex Logo

#5e46fa Color Hex

#5E46FA
(94,70,250)
0 Favorites   0 Comments

Color spaces of #5e46fa

RGB 9470250
HSL0.690.950.63
HSV248°72°98°
CMYK 0.620.720.00   0.02
XYZ24.061613.662191.8113
Yxy13.66210.18580.1055
Hunter Lab36.962351.5154-121.3980
CIE-Lab43.744458.7807-85.9403

#5e46fa color RGB value is (94,70,250).

#5e46fa hex color red value is 94, green value is 70 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #5e46fa hue: 0.69 , saturation: 0.95 and the lightness value of 5e46fa is 0.63.

The process color (four color CMYK) of #5e46fa color hex is 0.62, 0.72, 0.00, 0.02. Web safe color of #5e46fa is #6633ff. Color #5e46fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01000110 11111010
Octal 136 106 372
Decimal 94 70 250
Hex 5E 46 FA

RGB Percentages of Color #5e46fa

%22.71
%16.91
%60.39

CMYK Percentages of Color #5e46fa

%62
%72
%0
%2

Triadic Colors of #5e46fa

#5e46fa #fa5e46 #46fa5e

Analogous Colors of #5e46fa

#5e46fa #b846fa #4688fa

Monochromatic Colors of #5e46fa

#5e46fa

Complementary Color

#5e46fa #e2fa46

#5e46fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e46fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e46fa Color CSS Codes

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

#5e46fa Text Font Color

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

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


#5e46fa Background Color

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

This div background color is #5e46fa


#5e46fa Border Color

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

This div border color is #5e46fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e46fa

Related Colors


Comments

No comments written yet.

Please login to write comment.