Color Hex Logo

#5f126c Color Hex

#5F126C
(95,18,108)
0 Favorites   0 Comments

Color spaces of #5f126c

RGB 9518108
HSL0.810.710.25
HSV291°83°42°
CMYK 0.120.830.00   0.58
XYZ7.64243.948214.5466
Yxy3.94820.29240.1511
Hunter Lab19.870133.8818-29.4963
CIE-Lab23.499445.5515-34.1398

#5f126c color RGB value is (95,18,108).

#5f126c hex color red value is 95, green value is 18 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #5f126c hue: 0.81 , saturation: 0.71 and the lightness value of 5f126c is 0.25.

The process color (four color CMYK) of #5f126c color hex is 0.12, 0.83, 0.00, 0.58. Web safe color of #5f126c is #660066. Color #5f126c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 00010010 01101100
Octal 137 22 154
Decimal 95 18 108
Hex 5F 12 6C

RGB Percentages of Color #5f126c

%42.99
%8.14
%48.87

CMYK Percentages of Color #5f126c

%12
%83
%0
%58

Triadic Colors of #5f126c

#5f126c #6c5f12 #126c5f

Analogous Colors of #5f126c

#5f126c #6c124c #32126c

Monochromatic Colors of #5f126c

#5f126c

Complementary Color

#5f126c #1f6c12

#5f126c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f126c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f126c Color CSS Codes

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

#5f126c Text Font Color

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

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


#5f126c Background Color

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

This div background color is #5f126c


#5f126c Border Color

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

This div border color is #5f126c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f126c


Comments

No comments written yet.

Please login to write comment.