Color Hex Logo

#5f137f Color Hex

#5F137F
(95,19,127)
0 Favorites   0 Comments

Color spaces of #5f137f

RGB 9519127
HSL0.780.740.29
HSV282°85°50°
CMYK 0.250.850.00   0.50
XYZ8.78304.430920.4710
Yxy4.43090.26070.1315
Hunter Lab21.049737.6422-42.9252
CIE-Lab25.047749.1205-43.8031

#5f137f color RGB value is (95,19,127).

#5f137f hex color red value is 95, green value is 19 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #5f137f hue: 0.78 , saturation: 0.74 and the lightness value of 5f137f is 0.29.

The process color (four color CMYK) of #5f137f color hex is 0.25, 0.85, 0.00, 0.50. Web safe color of #5f137f is #660066. Color #5f137f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 00010011 01111111
Octal 137 23 177
Decimal 95 19 127
Hex 5F 13 7F

RGB Percentages of Color #5f137f

%39.42
%7.88
%52.70

CMYK Percentages of Color #5f137f

%25
%85
%0
%50

Triadic Colors of #5f137f

#5f137f #7f5f13 #137f5f

Analogous Colors of #5f137f

#5f137f #7f1369 #29137f

Monochromatic Colors of #5f137f

#5f137f

Complementary Color

#5f137f #337f13

#5f137f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f137f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f137f Color CSS Codes

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

#5f137f Text Font Color

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

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


#5f137f Background Color

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

This div background color is #5f137f


#5f137f Border Color

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

This div border color is #5f137f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f137f


Comments

No comments written yet.

Please login to write comment.