Color Hex Logo

#5e5faf Color Hex

#5E5FAF
(94,95,175)
0 Favorites   0 Comments

Color spaces of #5e5faf

RGB 9495175
HSL0.660.340.53
HSV239°46°69°
CMYK 0.460.460.00   0.31
XYZ16.446213.659242.3271
Yxy13.65920.22710.1886
Hunter Lab36.958414.7541-42.0319
CIE-Lab43.740221.1194-42.9650

#5e5faf color RGB value is (94,95,175).

#5e5faf hex color red value is 94, green value is 95 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5e5faf hue: 0.66 , saturation: 0.34 and the lightness value of 5e5faf is 0.53.

The process color (four color CMYK) of #5e5faf color hex is 0.46, 0.46, 0.00, 0.31. Web safe color of #5e5faf is #666699. Color #5e5faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01011111 10101111
Octal 136 137 257
Decimal 94 95 175
Hex 5E 5F AF

RGB Percentages of Color #5e5faf

%25.82
%26.10
%48.08

CMYK Percentages of Color #5e5faf

%46
%46
%0
%31

Triadic Colors of #5e5faf

#5e5faf #af5e5f #5faf5e

Analogous Colors of #5e5faf

#5e5faf #865eaf #5e88af

Monochromatic Colors of #5e5faf

#5e5faf

Complementary Color

#5e5faf #afae5e

#5e5faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e5faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e5faf Color CSS Codes

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

#5e5faf Text Font Color

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

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


#5e5faf Background Color

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

This div background color is #5e5faf


#5e5faf Border Color

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

This div border color is #5e5faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e5faf


Comments

No comments written yet.

Please login to write comment.