Color Hex Logo

#7961ab Color Hex

#7961AB
(121,97,171)
0 Favorites   0 Comments

Color spaces of #7961ab

RGB 12197171
HSL0.720.310.53
HSV259°43°67°
CMYK 0.290.430.00   0.33
XYZ19.510515.554640.5021
Yxy15.55460.25820.2058
Hunter Lab39.439319.2845-33.2802
CIE-Lab46.384626.0496-36.2768

#7961ab color RGB value is (121,97,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01100001 10101011
Octal 171 141 253
Decimal 121 97 171
Hex 79 61 AB

RGB Percentages of Color #7961ab

%31.11
%24.94
%43.96

CMYK Percentages of Color #7961ab

%29
%43
%0
%33

Triadic Colors of #7961ab

#7961ab #ab7961 #61ab79

Analogous Colors of #7961ab

#7961ab #9e61ab #616eab

Monochromatic Colors of #7961ab

#7961ab

Complementary Color

#7961ab #93ab61

#7961ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7961ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7961ab Color CSS Codes

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

#7961ab Text Font Color

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

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


#7961ab Background Color

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

This div background color is #7961ab


#7961ab Border Color

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

This div border color is #7961ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7961ab


Comments

No comments written yet.

Please login to write comment.