Color Hex Logo

#7e4876 Color Hex

#7E4876
(126,72,118)
0 Favorites   0 Comments

Color spaces of #7e4876

RGB 12672118
HSL0.860.270.39
HSV309°43°49°
CMYK 0.000.430.06   0.51
XYZ14.191610.378418.3948
Yxy10.37840.33030.2416
Hunter Lab32.215522.2557-11.3032
CIE-Lab38.513230.2869-16.5744

#7e4876 color RGB value is (126,72,118).

#7e4876 hex color red value is 126, green value is 72 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #7e4876 hue: 0.86 , saturation: 0.27 and the lightness value of 7e4876 is 0.39.

The process color (four color CMYK) of #7e4876 color hex is 0.00, 0.43, 0.06, 0.51. Web safe color of #7e4876 is #663366. Color #7e4876 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01001000 01110110
Octal 176 110 166
Decimal 126 72 118
Hex 7E 48 76

RGB Percentages of Color #7e4876

%39.87
%22.78
%37.34

CMYK Percentages of Color #7e4876

%0
%43
%6
%51

Triadic Colors of #7e4876

#7e4876 #767e48 #48767e

Analogous Colors of #7e4876

#7e4876 #7e485b #6b487e

Monochromatic Colors of #7e4876

#7e4876

Complementary Color

#7e4876 #487e50

#7e4876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e4876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e4876 Color CSS Codes

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

#7e4876 Text Font Color

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

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


#7e4876 Background Color

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

This div background color is #7e4876


#7e4876 Border Color

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

This div border color is #7e4876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e4876


Comments

No comments written yet.

Please login to write comment.