Color Hex Logo

#5f114d Color Hex

#5F114D
(95,17,77)
0 Favorites   0 Comments

Color spaces of #5f114d

RGB 951777
HSL0.870.700.22
HSV314°82°37°
CMYK 0.000.820.19   0.63
XYZ6.25933.36967.3417
Yxy3.36960.36880.1986
Hunter Lab18.356528.7422-10.8636
CIE-Lab21.467240.4173-16.8048

#5f114d color RGB value is (95,17,77).

#5f114d hex color red value is 95, green value is 17 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #5f114d hue: 0.87 , saturation: 0.70 and the lightness value of 5f114d is 0.22.

The process color (four color CMYK) of #5f114d color hex is 0.00, 0.82, 0.19, 0.63. Web safe color of #5f114d is #660066. Color #5f114d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 00010001 01001101
Octal 137 21 115
Decimal 95 17 77
Hex 5F 11 4D

RGB Percentages of Color #5f114d

%50.26
%8.99
%40.74

CMYK Percentages of Color #5f114d

%0
%82
%19
%63

Triadic Colors of #5f114d

#5f114d #4d5f11 #114d5f

Analogous Colors of #5f114d

#5f114d #5f1126 #4a115f

Monochromatic Colors of #5f114d

#5f114d

Complementary Color

#5f114d #115f23

#5f114d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f114d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f114d Color CSS Codes

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

#5f114d Text Font Color

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

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


#5f114d Background Color

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

This div background color is #5f114d


#5f114d Border Color

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

This div border color is #5f114d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f114d


Comments

No comments written yet.

Please login to write comment.