Color Hex Logo

#5f129e Color Hex

#5F129E
(95,18,158)
0 Favorites   0 Comments

Color spaces of #5f129e

RGB 9518158
HSL0.760.800.35
HSV273°89°62°
CMYK 0.400.890.00   0.38
XYZ11.10725.334132.7919
Yxy5.33410.22560.1083
Hunter Lab23.095745.4270-68.0147
CIE-Lab27.666256.2349-58.7734

#5f129e color RGB value is (95,18,158).

#5f129e hex color red value is 95, green value is 18 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #5f129e hue: 0.76 , saturation: 0.80 and the lightness value of 5f129e is 0.35.

The process color (four color CMYK) of #5f129e color hex is 0.40, 0.89, 0.00, 0.38. Web safe color of #5f129e is #660099. Color #5f129e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 00010010 10011110
Octal 137 22 236
Decimal 95 18 158
Hex 5F 12 9E

RGB Percentages of Color #5f129e

%35.06
%6.64
%58.30

CMYK Percentages of Color #5f129e

%40
%89
%0
%38

Triadic Colors of #5f129e

#5f129e #9e5f12 #129e5f

Analogous Colors of #5f129e

#5f129e #9e1297 #19129e

Monochromatic Colors of #5f129e

#5f129e

Complementary Color

#5f129e #519e12

#5f129e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f129e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f129e Color CSS Codes

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

#5f129e Text Font Color

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

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


#5f129e Background Color

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

This div background color is #5f129e


#5f129e Border Color

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

This div border color is #5f129e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f129e


Comments

No comments written yet.

Please login to write comment.