Color Hex Logo

#7a61aa Color Hex

#7A61AA
(122,97,170)
0 Favorites   0 Comments

Color spaces of #7a61aa

RGB 12297170
HSL0.720.300.52
HSV261°43°67°
CMYK 0.280.430.00   0.33
XYZ19.556415.589240.0085
Yxy15.58920.26020.2074
Hunter Lab39.483219.3173-32.4407
CIE-Lab46.430926.0814-35.6104

#7a61aa color RGB value is (122,97,170).

#7a61aa hex color red value is 122, green value is 97 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7a61aa hue: 0.72 , saturation: 0.30 and the lightness value of 7a61aa is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 01100001 10101010
Octal 172 141 252
Decimal 122 97 170
Hex 7A 61 AA

RGB Percentages of Color #7a61aa

%31.36
%24.94
%43.70

CMYK Percentages of Color #7a61aa

%28
%43
%0
%33

Triadic Colors of #7a61aa

#7a61aa #aa7a61 #61aa7a

Analogous Colors of #7a61aa

#7a61aa #9f61aa #616daa

Monochromatic Colors of #7a61aa

#7a61aa

Complementary Color

#7a61aa #91aa61

#7a61aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a61aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a61aa Color CSS Codes

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

#7a61aa Text Font Color

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

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


#7a61aa Background Color

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

This div background color is #7a61aa


#7a61aa Border Color

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

This div border color is #7a61aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a61aa


Comments

No comments written yet.

Please login to write comment.