Color Hex Logo

#7a50aa Color Hex

#7A50AA
(122,80,170)
0 Favorites   0 Comments

Color spaces of #7a50aa

RGB 12280170
HSL0.740.360.49
HSV268°53°67°
CMYK 0.280.530.00   0.33
XYZ18.150412.777239.5398
Yxy12.77720.25760.1813
Hunter Lab35.745228.0831-40.5624
CIE-Lab42.425636.0948-41.9544

#7a50aa color RGB value is (122,80,170).

#7a50aa hex color red value is 122, green value is 80 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7a50aa hue: 0.74 , saturation: 0.36 and the lightness value of 7a50aa is 0.49.

The process color (four color CMYK) of #7a50aa color hex is 0.28, 0.53, 0.00, 0.33. Web safe color of #7a50aa is #666699. Color #7a50aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01010000 10101010
Octal 172 120 252
Decimal 122 80 170
Hex 7A 50 AA

RGB Percentages of Color #7a50aa

%32.80
%21.51
%45.70

CMYK Percentages of Color #7a50aa

%28
%53
%0
%33

Triadic Colors of #7a50aa

#7a50aa #aa7a50 #50aa7a

Analogous Colors of #7a50aa

#7a50aa #a750aa #5053aa

Monochromatic Colors of #7a50aa

#7a50aa

Complementary Color

#7a50aa #80aa50

#7a50aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a50aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a50aa Color CSS Codes

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

#7a50aa Text Font Color

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

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


#7a50aa Background Color

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

This div background color is #7a50aa


#7a50aa Border Color

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

This div border color is #7a50aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a50aa


Comments

No comments written yet.

Please login to write comment.