Color Hex Logo

#5e4fbe Color Hex

#5E4FBE
(94,79,190)
0 Favorites   0 Comments

Color spaces of #5e4fbe

RGB 9479190
HSL0.690.460.53
HSV248°58°75°
CMYK 0.510.580.00   0.25
XYZ16.706311.689450.0909
Yxy11.68940.21290.1489
Hunter Lab34.189827.3892-62.9320
CIE-Lab40.718235.6064-56.6038

#5e4fbe color RGB value is (94,79,190).

#5e4fbe hex color red value is 94, green value is 79 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5e4fbe hue: 0.69 , saturation: 0.46 and the lightness value of 5e4fbe is 0.53.

The process color (four color CMYK) of #5e4fbe color hex is 0.51, 0.58, 0.00, 0.25. Web safe color of #5e4fbe is #6666cc. Color #5e4fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01001111 10111110
Octal 136 117 276
Decimal 94 79 190
Hex 5E 4F BE

RGB Percentages of Color #5e4fbe

%25.90
%21.76
%52.34

CMYK Percentages of Color #5e4fbe

%51
%58
%0
%25

Triadic Colors of #5e4fbe

#5e4fbe #be5e4f #4fbe5e

Analogous Colors of #5e4fbe

#5e4fbe #964fbe #4f78be

Monochromatic Colors of #5e4fbe

#5e4fbe

Complementary Color

#5e4fbe #afbe4f

#5e4fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e4fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e4fbe Color CSS Codes

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

#5e4fbe Text Font Color

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

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


#5e4fbe Background Color

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

This div background color is #5e4fbe


#5e4fbe Border Color

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

This div border color is #5e4fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e4fbe


Comments

No comments written yet.

Please login to write comment.