Color Hex Logo

#7954ac Color Hex

#7954AC
(121,84,172)
0 Favorites   0 Comments

Color spaces of #7954ac

RGB 12184172
HSL0.740.350.50
HSV265°51°67°
CMYK 0.300.510.00   0.33
XYZ18.501913.384240.6380
Yxy13.38420.25510.1845
Hunter Lab36.584426.2504-40.2503
CIE-Lab43.336534.0153-41.6929

#7954ac color RGB value is (121,84,172).

#7954ac hex color red value is 121, green value is 84 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7954ac hue: 0.74 , saturation: 0.35 and the lightness value of 7954ac is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010100 10101100
Octal 171 124 254
Decimal 121 84 172
Hex 79 54 AC

RGB Percentages of Color #7954ac

%32.10
%22.28
%45.62

CMYK Percentages of Color #7954ac

%30
%51
%0
%33

Triadic Colors of #7954ac

#7954ac #ac7954 #54ac79

Analogous Colors of #7954ac

#7954ac #a554ac #545bac

Monochromatic Colors of #7954ac

#7954ac

Complementary Color

#7954ac #87ac54

#7954ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7954ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7954ac Color CSS Codes

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

#7954ac Text Font Color

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

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


#7954ac Background Color

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

This div background color is #7954ac


#7954ac Border Color

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

This div border color is #7954ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7954ac


Comments

No comments written yet.

Please login to write comment.