Color Hex Logo

#7927ac Color Hex

#7927AC
(121,39,172)
0 Favorites   0 Comments

Color spaces of #7927ac

RGB 12139172
HSL0.770.630.41
HSV277°77°67°
CMYK 0.300.770.00   0.33
XYZ16.05718.494539.8230
Yxy8.49450.24940.1320
Hunter Lab29.145347.3371-60.6097
CIE-Lab34.992256.6112-55.1105

#7927ac color RGB value is (121,39,172).

#7927ac hex color red value is 121, green value is 39 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7927ac hue: 0.77 , saturation: 0.63 and the lightness value of 7927ac is 0.41.

The process color (four color CMYK) of #7927ac color hex is 0.30, 0.77, 0.00, 0.33. Web safe color of #7927ac is #663399. Color #7927ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00100111 10101100
Octal 171 47 254
Decimal 121 39 172
Hex 79 27 AC

RGB Percentages of Color #7927ac

%36.45
%11.75
%51.81

CMYK Percentages of Color #7927ac

%30
%77
%0
%33

Triadic Colors of #7927ac

#7927ac #ac7927 #27ac79

Analogous Colors of #7927ac

#7927ac #ac279d #3727ac

Monochromatic Colors of #7927ac

#7927ac

Complementary Color

#7927ac #5aac27

#7927ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7927ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7927ac Color CSS Codes

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

#7927ac Text Font Color

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

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


#7927ac Background Color

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

This div background color is #7927ac


#7927ac Border Color

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

This div border color is #7927ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7927ac


Comments

No comments written yet.

Please login to write comment.