Color Hex Logo

#7971ab Color Hex

#7971AB
(121,113,171)
0 Favorites   0 Comments

Color spaces of #7971ab

RGB 121113171
HSL0.690.260.56
HSV248°34°67°
CMYK 0.290.340.00   0.33
XYZ21.141018.815541.0456
Yxy18.81550.26100.2323
Hunter Lab43.376811.0879-25.7397
CIE-Lab50.470616.4349-29.8725

#7971ab color RGB value is (121,113,171).

#7971ab hex color red value is 121, green value is 113 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7971ab hue: 0.69 , saturation: 0.26 and the lightness value of 7971ab is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110001 10101011
Octal 171 161 253
Decimal 121 113 171
Hex 79 71 AB

RGB Percentages of Color #7971ab

%29.88
%27.90
%42.22

CMYK Percentages of Color #7971ab

%29
%34
%0
%33

Triadic Colors of #7971ab

#7971ab #ab7971 #71ab79

Analogous Colors of #7971ab

#7971ab #9671ab #7186ab

Monochromatic Colors of #7971ab

#7971ab

Complementary Color

#7971ab #a3ab71

#7971ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7971ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7971ab Color CSS Codes

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

#7971ab Text Font Color

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

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


#7971ab Background Color

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

This div background color is #7971ab


#7971ab Border Color

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

This div border color is #7971ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7971ab


Comments

No comments written yet.

Please login to write comment.