Color Hex Logo

#7f116c Color Hex

#7F116C
(127,17,108)
0 Favorites   0 Comments

Color spaces of #7f116c

RGB 12717108
HSL0.860.760.28
HSV310°87°50°
CMYK 0.000.870.15   0.50
XYZ11.65965.995614.7301
Yxy5.99560.36000.1851
Hunter Lab24.485942.1470-18.5272
CIE-Lab29.401452.7427-24.3922

#7f116c color RGB value is (127,17,108).

#7f116c hex color red value is 127, green value is 17 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #7f116c hue: 0.86 , saturation: 0.76 and the lightness value of 7f116c is 0.28.

The process color (four color CMYK) of #7f116c color hex is 0.00, 0.87, 0.15, 0.50. Web safe color of #7f116c is #660066. Color #7f116c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 00010001 01101100
Octal 177 21 154
Decimal 127 17 108
Hex 7F 11 6C

RGB Percentages of Color #7f116c

%50.40
%6.75
%42.86

CMYK Percentages of Color #7f116c

%0
%87
%15
%50

Triadic Colors of #7f116c

#7f116c #6c7f11 #116c7f

Analogous Colors of #7f116c

#7f116c #7f1135 #5b117f

Monochromatic Colors of #7f116c

#7f116c

Complementary Color

#7f116c #117f24

#7f116c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f116c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f116c Color CSS Codes

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

#7f116c Text Font Color

<p style="color:#7f116c">Text here</p>

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


#7f116c Background Color

<div style="background-color:#7f116c">
Div content here</div>

This div background color is #7f116c


#7f116c Border Color

<div style="border:3px solid #7f116c">
Div here</div>

This div border color is #7f116c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,17,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f116c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f116c;
  -webkit-box-shadow: 1px 1px 3px 2px #7f116c;
  box-shadow:         1px 1px 3px 2px #7f116c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,17,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 #7f116c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f116c


Comments

No comments written yet.

Please login to write comment.