Color Hex Logo

#5f509d Color Hex

#5F509D
(95,80,157)
0 Favorites   0 Comments

Color spaces of #5f509d

RGB 9580157
HSL0.700.320.46
HSV252°49°62°
CMYK 0.390.490.00   0.38
XYZ13.673810.604533.2245
Yxy10.60450.23780.1844
Hunter Lab32.564617.9639-37.6964
CIE-Lab38.906225.3267-39.9810

#5f509d color RGB value is (95,80,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 01010000 10011101
Octal 137 120 235
Decimal 95 80 157
Hex 5F 50 9D

RGB Percentages of Color #5f509d

%28.61
%24.10
%47.29

CMYK Percentages of Color #5f509d

%39
%49
%0
%38

Triadic Colors of #5f509d

#5f509d #9d5f50 #509d5f

Analogous Colors of #5f509d

#5f509d #86509d #50689d

Monochromatic Colors of #5f509d

#5f509d

Complementary Color

#5f509d #8e9d50

#5f509d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f509d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f509d Color CSS Codes

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

#5f509d Text Font Color

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

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


#5f509d Background Color

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

This div background color is #5f509d


#5f509d Border Color

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

This div border color is #5f509d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f509d


Comments

No comments written yet.

Please login to write comment.