Color Hex Logo

#7960ab Color Hex

#7960AB
(121,96,171)
0 Favorites   0 Comments

Color spaces of #7960ab

RGB 12196171
HSL0.720.310.52
HSV260°44°67°
CMYK 0.290.440.00   0.33
XYZ19.418715.371040.4715
Yxy15.37100.25800.2042
Hunter Lab39.205919.8009-33.7599
CIE-Lab46.138226.6484-36.6654

#7960ab color RGB value is (121,96,171).

#7960ab hex color red value is 121, green value is 96 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7960ab hue: 0.72 , saturation: 0.31 and the lightness value of 7960ab is 0.52.

The process color (four color CMYK) of #7960ab color hex is 0.29, 0.44, 0.00, 0.33. Web safe color of #7960ab is #666699. Color #7960ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01100000 10101011
Octal 171 140 253
Decimal 121 96 171
Hex 79 60 AB

RGB Percentages of Color #7960ab

%31.19
%24.74
%44.07

CMYK Percentages of Color #7960ab

%29
%44
%0
%33

Triadic Colors of #7960ab

#7960ab #ab7960 #60ab79

Analogous Colors of #7960ab

#7960ab #9f60ab #606dab

Monochromatic Colors of #7960ab

#7960ab

Complementary Color

#7960ab #92ab60

#7960ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7960ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7960ab Color CSS Codes

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

#7960ab Text Font Color

<p style="color:#7960ab">Text here</p>

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


#7960ab Background Color

<div style="background-color:#7960ab">
Div content here</div>

This div background color is #7960ab


#7960ab Border Color

<div style="border:3px solid #7960ab">
Div here</div>

This div border color is #7960ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,96,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7960ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7960ab;
  -webkit-box-shadow: 1px 1px 3px 2px #7960ab;
  box-shadow:         1px 1px 3px 2px #7960ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,96,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7960ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7960ab


Comments

No comments written yet.

Please login to write comment.