Color Hex Logo

#5e74ae Color Hex

#5E74AE
(94,116,174)
0 Favorites   0 Comments

Color spaces of #5e74ae

RGB 94116174
HSL0.620.330.53
HSV224°46°68°
CMYK 0.460.330.00   0.32
XYZ18.501517.926542.5294
Yxy17.92650.23430.2270
Hunter Lab42.33973.9060-29.9179
CIE-Lab49.40687.8480-33.4270

#5e74ae color RGB value is (94,116,174).

#5e74ae hex color red value is 94, green value is 116 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5e74ae hue: 0.62 , saturation: 0.33 and the lightness value of 5e74ae is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 01110100 10101110
Octal 136 164 256
Decimal 94 116 174
Hex 5E 74 AE

RGB Percentages of Color #5e74ae

%24.48
%30.21
%45.31

CMYK Percentages of Color #5e74ae

%46
%33
%0
%32

Triadic Colors of #5e74ae

#5e74ae #ae5e74 #74ae5e

Analogous Colors of #5e74ae

#5e74ae #705eae #5e9cae

Monochromatic Colors of #5e74ae

#5e74ae

Complementary Color

#5e74ae #ae985e

#5e74ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e74ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e74ae Color CSS Codes

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

#5e74ae Text Font Color

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

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


#5e74ae Background Color

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

This div background color is #5e74ae


#5e74ae Border Color

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

This div border color is #5e74ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e74ae


Comments

No comments written yet.

Please login to write comment.