Color Hex Logo

#79009a Color Hex

#79009A
(121,0,154)
0 Favorites   0 Comments

Color spaces of #79009a

RGB 1210154
HSL0.801.000.30
HSV287°100°60°
CMYK 0.211.000.00   0.40
XYZ13.71796.398031.0838
Yxy6.39800.26790.1250
Hunter Lab25.294352.5414-55.1547
CIE-Lab30.395262.2935-51.6989

#79009a color RGB value is (121,0,154).

#79009a hex color red value is 121, green value is 0 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #79009a hue: 0.80 , saturation: 1.00 and the lightness value of 79009a is 0.30.

The process color (four color CMYK) of #79009a color hex is 0.21, 1.00, 0.00, 0.40. Web safe color of #79009a is #660099. Color #79009a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00000000 10011010
Octal 171 0 232
Decimal 121 0 154
Hex 79 0 9A

RGB Percentages of Color #79009a

%44.00
%0.00
%56.00

CMYK Percentages of Color #79009a

%21
%100
%0
%40

Triadic Colors of #79009a

#79009a #9a7900 #009a79

Analogous Colors of #79009a

#79009a #9a006e #2c009a

Monochromatic Colors of #79009a

#79009a

Complementary Color

#79009a #219a00

#79009a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79009a Color Preview on White Background

Lorem ipsum dolor sit amet.

#79009a Color CSS Codes

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

#79009a Text Font Color

<p style="color:#79009a">Text here</p>

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


#79009a Background Color

<div style="background-color:#79009a">
Div content here</div>

This div background color is #79009a


#79009a Border Color

<div style="border:3px solid #79009a">
Div here</div>

This div border color is #79009a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,0,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79009a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79009a;
  -webkit-box-shadow: 1px 1px 3px 2px #79009a;
  box-shadow:         1px 1px 3px 2px #79009a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79009a


Comments

No comments written yet.

Please login to write comment.