Color Hex Logo

#5f74aa Color Hex

#5F74AA
(95,116,170)
0 Favorites   0 Comments

Color spaces of #5f74aa

RGB 95116170
HSL0.620.310.52
HSV223°44°67°
CMYK 0.440.320.00   0.33
XYZ18.220417.826040.5106
Yxy17.82600.23800.2328
Hunter Lab42.22083.1452-27.3337
CIE-Lab49.28446.9008-31.2873

#5f74aa color RGB value is (95,116,170).

#5f74aa hex color red value is 95, green value is 116 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5f74aa hue: 0.62 , saturation: 0.31 and the lightness value of 5f74aa is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 01110100 10101010
Octal 137 164 252
Decimal 95 116 170
Hex 5F 74 AA

RGB Percentages of Color #5f74aa

%24.93
%30.45
%44.62

CMYK Percentages of Color #5f74aa

%44
%32
%0
%33

Triadic Colors of #5f74aa

#5f74aa #aa5f74 #74aa5f

Analogous Colors of #5f74aa

#5f74aa #705faa #5f9aaa

Monochromatic Colors of #5f74aa

#5f74aa

Complementary Color

#5f74aa #aa955f

#5f74aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f74aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f74aa Color CSS Codes

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

#5f74aa Text Font Color

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

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


#5f74aa Background Color

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

This div background color is #5f74aa


#5f74aa Border Color

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

This div border color is #5f74aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f74aa


Comments

No comments written yet.

Please login to write comment.