Color Hex Logo

#5f397f Color Hex

#5F397F
(95,57,127)
0 Favorites   0 Comments

Color spaces of #5f397f

RGB 9557127
HSL0.760.380.36
HSV273°55°50°
CMYK 0.250.550.00   0.50
XYZ10.01326.891520.8811
Yxy6.89150.26500.1824
Hunter Lab26.251722.1450-28.7843
CIE-Lab31.558631.1524-33.3374

#5f397f color RGB value is (95,57,127).

#5f397f hex color red value is 95, green value is 57 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #5f397f hue: 0.76 , saturation: 0.38 and the lightness value of 5f397f is 0.36.

The process color (four color CMYK) of #5f397f color hex is 0.25, 0.55, 0.00, 0.50. Web safe color of #5f397f is #663366. Color #5f397f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 00111001 01111111
Octal 137 71 177
Decimal 95 57 127
Hex 5F 39 7F

RGB Percentages of Color #5f397f

%34.05
%20.43
%45.52

CMYK Percentages of Color #5f397f

%25
%55
%0
%50

Triadic Colors of #5f397f

#5f397f #7f5f39 #397f5f

Analogous Colors of #5f397f

#5f397f #7f397c #3c397f

Monochromatic Colors of #5f397f

#5f397f

Complementary Color

#5f397f #597f39

#5f397f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f397f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f397f Color CSS Codes

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

#5f397f Text Font Color

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

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


#5f397f Background Color

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

This div background color is #5f397f


#5f397f Border Color

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

This div border color is #5f397f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,57,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 #5f397f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f397f


Comments

No comments written yet.

Please login to write comment.