Color Hex Logo

#7e5caa Color Hex

#7E5CAA
(126,92,170)
0 Favorites   0 Comments

Color spaces of #7e5caa

RGB 12692170
HSL0.740.310.51
HSV266°46°67°
CMYK 0.260.460.00   0.33
XYZ19.687014.992239.8864
Yxy14.99220.26400.2011
Hunter Lab38.719822.9984-33.9726
CIE-Lab45.623530.2170-36.8565

#7e5caa color RGB value is (126,92,170).

#7e5caa hex color red value is 126, green value is 92 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7e5caa hue: 0.74 , saturation: 0.31 and the lightness value of 7e5caa is 0.51.

The process color (four color CMYK) of #7e5caa color hex is 0.26, 0.46, 0.00, 0.33. Web safe color of #7e5caa is #666699. Color #7e5caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01011100 10101010
Octal 176 134 252
Decimal 126 92 170
Hex 7E 5C AA

RGB Percentages of Color #7e5caa

%32.47
%23.71
%43.81

CMYK Percentages of Color #7e5caa

%26
%46
%0
%33

Triadic Colors of #7e5caa

#7e5caa #aa7e5c #5caa7e

Analogous Colors of #7e5caa

#7e5caa #a55caa #5c61aa

Monochromatic Colors of #7e5caa

#7e5caa

Complementary Color

#7e5caa #88aa5c

#7e5caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e5caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e5caa Color CSS Codes

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

#7e5caa Text Font Color

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

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


#7e5caa Background Color

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

This div background color is #7e5caa


#7e5caa Border Color

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

This div border color is #7e5caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e5caa


Comments

No comments written yet.

Please login to write comment.