Color Hex Logo

#7e3aaa Color Hex

#7E3AAA
(126,58,170)
0 Favorites   0 Comments

Color spaces of #7e3aaa

RGB 12658170
HSL0.770.490.45
HSV276°66°67°
CMYK 0.260.660.00   0.33
XYZ17.372910.364039.1150
Yxy10.36400.25990.1550
Hunter Lab32.193239.9887-49.5027
CIE-Lab38.487948.8961-48.2306

#7e3aaa color RGB value is (126,58,170).

#7e3aaa hex color red value is 126, green value is 58 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7e3aaa hue: 0.77 , saturation: 0.49 and the lightness value of 7e3aaa is 0.45.

The process color (four color CMYK) of #7e3aaa color hex is 0.26, 0.66, 0.00, 0.33. Web safe color of #7e3aaa is #663399. Color #7e3aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00111010 10101010
Octal 176 72 252
Decimal 126 58 170
Hex 7E 3A AA

RGB Percentages of Color #7e3aaa

%35.59
%16.38
%48.02

CMYK Percentages of Color #7e3aaa

%26
%66
%0
%33

Triadic Colors of #7e3aaa

#7e3aaa #aa7e3a #3aaa7e

Analogous Colors of #7e3aaa

#7e3aaa #aa3a9e #463aaa

Monochromatic Colors of #7e3aaa

#7e3aaa

Complementary Color

#7e3aaa #66aa3a

#7e3aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e3aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e3aaa Color CSS Codes

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

#7e3aaa Text Font Color

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

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


#7e3aaa Background Color

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

This div background color is #7e3aaa


#7e3aaa Border Color

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

This div border color is #7e3aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e3aaa


Comments

No comments written yet.

Please login to write comment.