Color Hex Logo

#5f479f Color Hex

#5F479F
(95,71,159)
0 Favorites   0 Comments

Color spaces of #5f479f

RGB 9571159
HSL0.710.380.45
HSV256°55°62°
CMYK 0.400.550.00   0.38
XYZ13.23069.442633.9262
Yxy9.44260.23380.1668
Hunter Lab30.728823.0795-43.9491
CIE-Lab36.822931.4449-44.5143

#5f479f color RGB value is (95,71,159).

#5f479f hex color red value is 95, green value is 71 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #5f479f hue: 0.71 , saturation: 0.38 and the lightness value of 5f479f is 0.45.

The process color (four color CMYK) of #5f479f color hex is 0.40, 0.55, 0.00, 0.38. Web safe color of #5f479f is #663399. Color #5f479f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01000111 10011111
Octal 137 107 237
Decimal 95 71 159
Hex 5F 47 9F

RGB Percentages of Color #5f479f

%29.23
%21.85
%48.92

CMYK Percentages of Color #5f479f

%40
%55
%0
%38

Triadic Colors of #5f479f

#5f479f #9f5f47 #479f5f

Analogous Colors of #5f479f

#5f479f #8b479f #475b9f

Monochromatic Colors of #5f479f

#5f479f

Complementary Color

#5f479f #879f47

#5f479f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f479f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f479f Color CSS Codes

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

#5f479f Text Font Color

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

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


#5f479f Background Color

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

This div background color is #5f479f


#5f479f Border Color

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

This div border color is #5f479f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f479f


Comments

No comments written yet.

Please login to write comment.