Color Hex Logo

#5f519b Color Hex

#5F519B
(95,81,155)
0 Favorites   0 Comments

Color spaces of #5f519b

RGB 9581155
HSL0.700.310.46
HSV251°48°61°
CMYK 0.390.480.00   0.39
XYZ13.578110.684332.3570
Yxy10.68430.23980.1887
Hunter Lab32.686816.9468-35.8109
CIE-Lab39.043624.1219-38.5619

#5f519b color RGB value is (95,81,155).

#5f519b hex color red value is 95, green value is 81 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #5f519b hue: 0.70 , saturation: 0.31 and the lightness value of 5f519b is 0.46.

The process color (four color CMYK) of #5f519b color hex is 0.39, 0.48, 0.00, 0.39. Web safe color of #5f519b is #666699. Color #5f519b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01010001 10011011
Octal 137 121 233
Decimal 95 81 155
Hex 5F 51 9B

RGB Percentages of Color #5f519b

%28.70
%24.47
%46.83

CMYK Percentages of Color #5f519b

%39
%48
%0
%39

Triadic Colors of #5f519b

#5f519b #9b5f51 #519b5f

Analogous Colors of #5f519b

#5f519b #84519b #51689b

Monochromatic Colors of #5f519b

#5f519b

Complementary Color

#5f519b #8d9b51

#5f519b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f519b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f519b Color CSS Codes

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

#5f519b Text Font Color

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

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


#5f519b Background Color

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

This div background color is #5f519b


#5f519b Border Color

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

This div border color is #5f519b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f519b


Comments

No comments written yet.

Please login to write comment.