Color Hex Logo

#7e6aae Color Hex

#7E6AAE
(126,106,174)
0 Favorites   0 Comments

Color spaces of #7e6aae

RGB 126106174
HSL0.720.300.55
HSV258°39°68°
CMYK 0.280.390.00   0.32
XYZ21.398217.799742.3523
Yxy17.79970.26240.2183
Hunter Lab42.189716.7015-29.9857
CIE-Lab49.252322.9102-33.4903

#7e6aae color RGB value is (126,106,174).

#7e6aae hex color red value is 126, green value is 106 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7e6aae hue: 0.72 , saturation: 0.30 and the lightness value of 7e6aae is 0.55.

The process color (four color CMYK) of #7e6aae color hex is 0.28, 0.39, 0.00, 0.32. Web safe color of #7e6aae is #666699. Color #7e6aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01101010 10101110
Octal 176 152 256
Decimal 126 106 174
Hex 7E 6A AE

RGB Percentages of Color #7e6aae

%31.03
%26.11
%42.86

CMYK Percentages of Color #7e6aae

%28
%39
%0
%32

Triadic Colors of #7e6aae

#7e6aae #ae7e6a #6aae7e

Analogous Colors of #7e6aae

#7e6aae #a06aae #6a78ae

Monochromatic Colors of #7e6aae

#7e6aae

Complementary Color

#7e6aae #9aae6a

#7e6aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e6aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e6aae Color CSS Codes

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

#7e6aae Text Font Color

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

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


#7e6aae Background Color

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

This div background color is #7e6aae


#7e6aae Border Color

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

This div border color is #7e6aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e6aae


Comments

No comments written yet.

Please login to write comment.