Color Hex Logo

#5f117b Color Hex

#5F117B
(95,17,123)
0 Favorites   0 Comments

Color spaces of #5f117b

RGB 9517123
HSL0.790.760.27
HSV284°86°48°
CMYK 0.230.860.00   0.52
XYZ8.49494.263919.1142
Yxy4.26390.26650.1338
Hunter Lab20.649237.2972-40.4281
CIE-Lab24.525448.8727-42.1142

#5f117b color RGB value is (95,17,123).

#5f117b hex color red value is 95, green value is 17 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #5f117b hue: 0.79 , saturation: 0.76 and the lightness value of 5f117b is 0.27.

The process color (four color CMYK) of #5f117b color hex is 0.23, 0.86, 0.00, 0.52. Web safe color of #5f117b is #660066. Color #5f117b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 00010001 01111011
Octal 137 21 173
Decimal 95 17 123
Hex 5F 11 7B

RGB Percentages of Color #5f117b

%40.43
%7.23
%52.34

CMYK Percentages of Color #5f117b

%23
%86
%0
%52

Triadic Colors of #5f117b

#5f117b #7b5f11 #117b5f

Analogous Colors of #5f117b

#5f117b #7b1162 #2a117b

Monochromatic Colors of #5f117b

#5f117b

Complementary Color

#5f117b #2d7b11

#5f117b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f117b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f117b Color CSS Codes

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

#5f117b Text Font Color

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

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


#5f117b Background Color

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

This div background color is #5f117b


#5f117b Border Color

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

This div border color is #5f117b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f117b


Comments

No comments written yet.

Please login to write comment.