Color Hex Logo

#79519b Color Hex

#79519B
(121,81,155)
0 Favorites   0 Comments

Color spaces of #79519b

RGB 12181155
HSL0.760.310.46
HSV272°48°61°
CMYK 0.220.480.00   0.39
XYZ16.744012.316432.5051
Yxy12.31640.27200.2001
Hunter Lab35.094723.7481-30.3487
CIE-Lab41.714631.5218-34.1599

#79519b color RGB value is (121,81,155).

#79519b hex color red value is 121, green value is 81 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #79519b hue: 0.76 , saturation: 0.31 and the lightness value of 79519b is 0.46.

The process color (four color CMYK) of #79519b color hex is 0.22, 0.48, 0.00, 0.39. Web safe color of #79519b is #666699. Color #79519b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010001 10011011
Octal 171 121 233
Decimal 121 81 155
Hex 79 51 9B

RGB Percentages of Color #79519b

%33.89
%22.69
%43.42

CMYK Percentages of Color #79519b

%22
%48
%0
%39

Triadic Colors of #79519b

#79519b #9b7951 #519b79

Analogous Colors of #79519b

#79519b #9b5198 #54519b

Monochromatic Colors of #79519b

#79519b

Complementary Color

#79519b #739b51

#79519b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79519b Color Preview on White Background

Lorem ipsum dolor sit amet.

#79519b Color CSS Codes

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

#79519b Text Font Color

<p style="color:#79519b">Text here</p>

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


#79519b Background Color

<div style="background-color:#79519b">
Div content here</div>

This div background color is #79519b


#79519b Border Color

<div style="border:3px solid #79519b">
Div here</div>

This div border color is #79519b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,81,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79519b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79519b;
  -webkit-box-shadow: 1px 1px 3px 2px #79519b;
  box-shadow:         1px 1px 3px 2px #79519b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79519b


Comments

No comments written yet.

Please login to write comment.