Color Hex Logo

#7e45ae Color Hex

#7E45AE
(126,69,174)
0 Favorites   0 Comments

Color spaces of #7e45ae

RGB 12669174
HSL0.760.430.48
HSV273°60°68°
CMYK 0.280.600.00   0.32
XYZ18.372311.747941.3436
Yxy11.74790.25710.1644
Hunter Lab34.275235.6985-47.5244
CIE-Lab40.812644.2160-46.8731

#7e45ae color RGB value is (126,69,174).

#7e45ae hex color red value is 126, green value is 69 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7e45ae hue: 0.76 , saturation: 0.43 and the lightness value of 7e45ae is 0.48.

The process color (four color CMYK) of #7e45ae color hex is 0.28, 0.60, 0.00, 0.32. Web safe color of #7e45ae is #663399. Color #7e45ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01000101 10101110
Octal 176 105 256
Decimal 126 69 174
Hex 7E 45 AE

RGB Percentages of Color #7e45ae

%34.15
%18.70
%47.15

CMYK Percentages of Color #7e45ae

%28
%60
%0
%32

Triadic Colors of #7e45ae

#7e45ae #ae7e45 #45ae7e

Analogous Colors of #7e45ae

#7e45ae #ae45aa #4a45ae

Monochromatic Colors of #7e45ae

#7e45ae

Complementary Color

#7e45ae #75ae45

#7e45ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e45ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e45ae Color CSS Codes

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

#7e45ae Text Font Color

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

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


#7e45ae Background Color

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

This div background color is #7e45ae


#7e45ae Border Color

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

This div border color is #7e45ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e45ae


Comments

No comments written yet.

Please login to write comment.