Color Hex Logo

#7920ad Color Hex

#7920AD
(121,32,173)
0 Favorites   0 Comments

Color spaces of #7920ad

RGB 12132173
HSL0.770.690.40
HSV278°82°68°
CMYK 0.300.820.00   0.32
XYZ15.94458.115140.2612
Yxy8.11510.24790.1262
Hunter Lab28.487050.0562-63.8547
CIE-Lab34.221559.2858-56.9621

#7920ad color RGB value is (121,32,173).

#7920ad hex color red value is 121, green value is 32 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7920ad hue: 0.77 , saturation: 0.69 and the lightness value of 7920ad is 0.40.

The process color (four color CMYK) of #7920ad color hex is 0.30, 0.82, 0.00, 0.32. Web safe color of #7920ad is #663399. Color #7920ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00100000 10101101
Octal 171 40 255
Decimal 121 32 173
Hex 79 20 AD

RGB Percentages of Color #7920ad

%37.12
%9.82
%53.07

CMYK Percentages of Color #7920ad

%30
%82
%0
%32

Triadic Colors of #7920ad

#7920ad #ad7920 #20ad79

Analogous Colors of #7920ad

#7920ad #ad209b #3220ad

Monochromatic Colors of #7920ad

#7920ad

Complementary Color

#7920ad #54ad20

#7920ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7920ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7920ad Color CSS Codes

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

#7920ad Text Font Color

<p style="color:#7920ad">Text here</p>

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


#7920ad Background Color

<div style="background-color:#7920ad">
Div content here</div>

This div background color is #7920ad


#7920ad Border Color

<div style="border:3px solid #7920ad">
Div here</div>

This div border color is #7920ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,32,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7920ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7920ad;
  -webkit-box-shadow: 1px 1px 3px 2px #7920ad;
  box-shadow:         1px 1px 3px 2px #7920ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7920ad


Comments

No comments written yet.

Please login to write comment.