Color Hex Logo

#7e146c Color Hex

#7E146C
(126,20,108)
0 Favorites   0 Comments

Color spaces of #7e146c

RGB 12620108
HSL0.860.730.29
HSV310°84°49°
CMYK 0.000.840.14   0.51
XYZ11.56116.018614.7397
Yxy6.01860.35770.1862
Hunter Lab24.532841.1857-18.4493
CIE-Lab29.459351.7912-24.3145

#7e146c color RGB value is (126,20,108).

#7e146c hex color red value is 126, green value is 20 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #7e146c hue: 0.86 , saturation: 0.73 and the lightness value of 7e146c is 0.29.

The process color (four color CMYK) of #7e146c color hex is 0.00, 0.84, 0.14, 0.51. Web safe color of #7e146c is #660066. Color #7e146c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00010100 01101100
Octal 176 24 154
Decimal 126 20 108
Hex 7E 14 6C

RGB Percentages of Color #7e146c

%49.61
%7.87
%42.52

CMYK Percentages of Color #7e146c

%0
%84
%14
%51

Triadic Colors of #7e146c

#7e146c #6c7e14 #146c7e

Analogous Colors of #7e146c

#7e146c #7e1437 #5b147e

Monochromatic Colors of #7e146c

#7e146c

Complementary Color

#7e146c #147e26

#7e146c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e146c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e146c Color CSS Codes

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

#7e146c Text Font Color

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

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


#7e146c Background Color

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

This div background color is #7e146c


#7e146c Border Color

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

This div border color is #7e146c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e146c


Comments

No comments written yet.

Please login to write comment.