Color Hex Logo

#7967ac Color Hex

#7967AC
(121,103,172)
0 Favorites   0 Comments

Color spaces of #7967ac

RGB 121103172
HSL0.710.290.54
HSV256°40°67°
CMYK 0.300.400.00   0.33
XYZ20.181816.744041.1979
Yxy16.74400.25830.2143
Hunter Lab40.919416.4287-31.0499
CIE-Lab47.935822.7080-34.4213

#7967ac color RGB value is (121,103,172).

#7967ac hex color red value is 121, green value is 103 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7967ac hue: 0.71 , saturation: 0.29 and the lightness value of 7967ac is 0.54.

The process color (four color CMYK) of #7967ac color hex is 0.30, 0.40, 0.00, 0.33. Web safe color of #7967ac is #666699. Color #7967ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01100111 10101100
Octal 171 147 254
Decimal 121 103 172
Hex 79 67 AC

RGB Percentages of Color #7967ac

%30.56
%26.01
%43.43

CMYK Percentages of Color #7967ac

%30
%40
%0
%33

Triadic Colors of #7967ac

#7967ac #ac7967 #67ac79

Analogous Colors of #7967ac

#7967ac #9c67ac #6778ac

Monochromatic Colors of #7967ac

#7967ac

Complementary Color

#7967ac #9aac67

#7967ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7967ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7967ac Color CSS Codes

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

#7967ac Text Font Color

<p style="color:#7967ac">Text here</p>

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


#7967ac Background Color

<div style="background-color:#7967ac">
Div content here</div>

This div background color is #7967ac


#7967ac Border Color

<div style="border:3px solid #7967ac">
Div here</div>

This div border color is #7967ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,103,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7967ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7967ac;
  -webkit-box-shadow: 1px 1px 3px 2px #7967ac;
  box-shadow:         1px 1px 3px 2px #7967ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7967ac


Comments

No comments written yet.

Please login to write comment.