Color Hex Logo

#7e117c Color Hex

#7E117C
(126,17,124)
0 Favorites   0 Comments

Color spaces of #7e117c

RGB 12617124
HSL0.840.760.28
HSV301°87°49°
CMYK 0.000.870.02   0.51
XYZ12.44276.291819.6274
Yxy6.29180.32440.1640
Hunter Lab25.083544.6492-28.8350
CIE-Lab30.137055.0136-33.4324

#7e117c color RGB value is (126,17,124).

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

The process color (four color CMYK) of #7e117c color hex is 0.00, 0.87, 0.02, 0.51. Web safe color of #7e117c is #660066. Color #7e117c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00010001 01111100
Octal 176 21 174
Decimal 126 17 124
Hex 7E 11 7C

RGB Percentages of Color #7e117c

%47.19
%6.37
%46.44

CMYK Percentages of Color #7e117c

%0
%87
%2
%51

Triadic Colors of #7e117c

#7e117c #7c7e11 #117c7e

Analogous Colors of #7e117c

#7e117c #7e1146 #49117e

Monochromatic Colors of #7e117c

#7e117c

Complementary Color

#7e117c #117e13

#7e117c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e117c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e117c Color CSS Codes

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

#7e117c Text Font Color

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

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


#7e117c Background Color

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

This div background color is #7e117c


#7e117c Border Color

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

This div border color is #7e117c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e117c


Comments

No comments written yet.

Please login to write comment.