Color Hex Logo

#79218c Color Hex

#79218C
(121,33,140)
0 Favorites   0 Comments

Color spaces of #79218c

RGB 12133140
HSL0.800.620.34
HSV289°76°55°
CMYK 0.140.760.00   0.45
XYZ13.16267.046125.4772
Yxy7.04610.28810.1542
Hunter Lab26.544542.0598-38.3249
CIE-Lab31.911652.1693-40.6363

#79218c color RGB value is (121,33,140).

#79218c hex color red value is 121, green value is 33 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #79218c hue: 0.80 , saturation: 0.62 and the lightness value of 79218c is 0.34.

The process color (four color CMYK) of #79218c color hex is 0.14, 0.76, 0.00, 0.45. Web safe color of #79218c is #663399. Color #79218c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00100001 10001100
Octal 171 41 214
Decimal 121 33 140
Hex 79 21 8C

RGB Percentages of Color #79218c

%41.16
%11.22
%47.62

CMYK Percentages of Color #79218c

%14
%76
%0
%45

Triadic Colors of #79218c

#79218c #8c7921 #218c79

Analogous Colors of #79218c

#79218c #8c216a #44218c

Monochromatic Colors of #79218c

#79218c

Complementary Color

#79218c #348c21

#79218c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79218c Color Preview on White Background

Lorem ipsum dolor sit amet.

#79218c Color CSS Codes

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

#79218c Text Font Color

<p style="color:#79218c">Text here</p>

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


#79218c Background Color

<div style="background-color:#79218c">
Div content here</div>

This div background color is #79218c


#79218c Border Color

<div style="border:3px solid #79218c">
Div here</div>

This div border color is #79218c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,33,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79218c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79218c;
  -webkit-box-shadow: 1px 1px 3px 2px #79218c;
  box-shadow:         1px 1px 3px 2px #79218c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79218c


Comments

No comments written yet.

Please login to write comment.