Color Hex Logo

#5e3feb Color Hex

#5E3FEB
(94,63,235)
0 Favorites   0 Comments

Color spaces of #5e3feb

RGB 9463235
HSL0.700.810.58
HSV251°73°92°
CMYK 0.600.730.00   0.08
XYZ21.389011.932979.7732
Yxy11.93290.18910.1055
Hunter Lab34.544050.0717-112.7387
CIE-Lab41.109357.9657-81.8357

#5e3feb color RGB value is (94,63,235).

#5e3feb hex color red value is 94, green value is 63 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5e3feb hue: 0.70 , saturation: 0.81 and the lightness value of 5e3feb is 0.58.

The process color (four color CMYK) of #5e3feb color hex is 0.60, 0.73, 0.00, 0.08. Web safe color of #5e3feb is #6633ff. Color #5e3feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 00111111 11101011
Octal 136 77 353
Decimal 94 63 235
Hex 5E 3F EB

RGB Percentages of Color #5e3feb

%23.98
%16.07
%59.95

CMYK Percentages of Color #5e3feb

%60
%73
%0
%8

Triadic Colors of #5e3feb

#5e3feb #eb5e3f #3feb5e

Analogous Colors of #5e3feb

#5e3feb #b43feb #3f76eb

Monochromatic Colors of #5e3feb

#5e3feb

Complementary Color

#5e3feb #cceb3f

#5e3feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e3feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e3feb Color CSS Codes

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

#5e3feb Text Font Color

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

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


#5e3feb Background Color

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

This div background color is #5e3feb


#5e3feb Border Color

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

This div border color is #5e3feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e3feb


Comments

No comments written yet.

Please login to write comment.