Color Hex Logo

#7956aa Color Hex

#7956AA
(121,86,170)
0 Favorites   0 Comments

Color spaces of #7956aa

RGB 12186170
HSL0.740.330.50
HSV265°49°67°
CMYK 0.290.490.00   0.33
XYZ18.468613.622839.6863
Yxy13.62280.25730.1898
Hunter Lab36.909124.7271-37.9149
CIE-Lab43.687132.3304-39.9555

#7956aa color RGB value is (121,86,170).

#7956aa hex color red value is 121, green value is 86 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7956aa hue: 0.74 , saturation: 0.33 and the lightness value of 7956aa is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010110 10101010
Octal 171 126 252
Decimal 121 86 170
Hex 79 56 AA

RGB Percentages of Color #7956aa

%32.10
%22.81
%45.09

CMYK Percentages of Color #7956aa

%29
%49
%0
%33

Triadic Colors of #7956aa

#7956aa #aa7956 #56aa79

Analogous Colors of #7956aa

#7956aa #a356aa #565daa

Monochromatic Colors of #7956aa

#7956aa

Complementary Color

#7956aa #87aa56

#7956aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7956aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7956aa Color CSS Codes

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

#7956aa Text Font Color

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

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


#7956aa Background Color

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

This div background color is #7956aa


#7956aa Border Color

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

This div border color is #7956aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7956aa


Comments

No comments written yet.

Please login to write comment.