Color Hex Logo

#5f71a4 Color Hex

#5F71A4
(95,113,164)
0 Favorites   0 Comments

Color spaces of #5f71a4

RGB 95113164
HSL0.620.270.51
HSV224°42°64°
CMYK 0.420.310.00   0.36
XYZ17.325316.923537.4754
Yxy16.92350.24160.2360
Hunter Lab41.13823.1833-25.2143
CIE-Lab48.16356.9317-29.5337

#5f71a4 color RGB value is (95,113,164).

#5f71a4 hex color red value is 95, green value is 113 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #5f71a4 hue: 0.62 , saturation: 0.27 and the lightness value of 5f71a4 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 01110001 10100100
Octal 137 161 244
Decimal 95 113 164
Hex 5F 71 A4

RGB Percentages of Color #5f71a4

%25.54
%30.38
%44.09

CMYK Percentages of Color #5f71a4

%42
%31
%0
%36

Triadic Colors of #5f71a4

#5f71a4 #a45f71 #71a45f

Analogous Colors of #5f71a4

#5f71a4 #705fa4 #5f94a4

Monochromatic Colors of #5f71a4

#5f71a4

Complementary Color

#5f71a4 #a4925f

#5f71a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f71a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f71a4 Color CSS Codes

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

#5f71a4 Text Font Color

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

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


#5f71a4 Background Color

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

This div background color is #5f71a4


#5f71a4 Border Color

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

This div border color is #5f71a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f71a4


Comments

No comments written yet.

Please login to write comment.