Color Hex Logo

#7f046e Color Hex

#7F046E
(127,4,110)
0 Favorites   0 Comments

Color spaces of #7f046e

RGB 1274110
HSL0.860.940.26
HSV308°97°50°
CMYK 0.000.970.13   0.50
XYZ11.61035.724615.2449
Yxy5.72460.35640.1757
Hunter Lab23.926144.7474-21.0292
CIE-Lab28.706755.3861-26.7722

#7f046e color RGB value is (127,4,110).

#7f046e hex color red value is 127, green value is 4 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #7f046e hue: 0.86 , saturation: 0.94 and the lightness value of 7f046e is 0.26.

The process color (four color CMYK) of #7f046e color hex is 0.00, 0.97, 0.13, 0.50. Web safe color of #7f046e is #660066. Color #7f046e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 00000100 01101110
Octal 177 4 156
Decimal 127 4 110
Hex 7F 4 6E

RGB Percentages of Color #7f046e

%52.70
%1.66
%45.64

CMYK Percentages of Color #7f046e

%0
%97
%13
%50

Triadic Colors of #7f046e

#7f046e #6e7f04 #046e7f

Analogous Colors of #7f046e

#7f046e #7f0431 #52047f

Monochromatic Colors of #7f046e

#7f046e

Complementary Color

#7f046e #047f15

#7f046e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f046e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f046e Color CSS Codes

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

#7f046e Text Font Color

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

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


#7f046e Background Color

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

This div background color is #7f046e


#7f046e Border Color

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

This div border color is #7f046e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f046e


Comments

No comments written yet.

Please login to write comment.