Color Hex Logo

#7961aa Color Hex

#7961AA
(121,97,170)
0 Favorites   0 Comments

Color spaces of #7961aa

RGB 12197170
HSL0.720.300.52
HSV260°43°67°
CMYK 0.290.430.00   0.33
XYZ19.415615.516640.0019
Yxy15.51660.25910.2071
Hunter Lab39.391119.0469-32.6355
CIE-Lab46.333825.7897-35.7699

#7961aa color RGB value is (121,97,170).

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

The process color (four color CMYK) of #7961aa color hex is 0.29, 0.43, 0.00, 0.33. Web safe color of #7961aa is #666699. Color #7961aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01100001 10101010
Octal 171 141 252
Decimal 121 97 170
Hex 79 61 AA

RGB Percentages of Color #7961aa

%31.19
%25.00
%43.81

CMYK Percentages of Color #7961aa

%29
%43
%0
%33

Triadic Colors of #7961aa

#7961aa #aa7961 #61aa79

Analogous Colors of #7961aa

#7961aa #9e61aa #616eaa

Monochromatic Colors of #7961aa

#7961aa

Complementary Color

#7961aa #92aa61

#7961aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7961aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7961aa Color CSS Codes

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

#7961aa Text Font Color

<p style="color:#7961aa">Text here</p>

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


#7961aa Background Color

<div style="background-color:#7961aa">
Div content here</div>

This div background color is #7961aa


#7961aa Border Color

<div style="border:3px solid #7961aa">
Div here</div>

This div border color is #7961aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7961aa


Comments

No comments written yet.

Please login to write comment.