Color Hex Logo

#79588f Color Hex

#79588F
(121,88,143)
0 Favorites   0 Comments

Color spaces of #79588f

RGB 12188143
HSL0.770.240.45
HSV276°38°56°
CMYK 0.150.380.00   0.44
XYZ16.332813.027627.6403
Yxy13.02760.28650.2286
Hunter Lab36.093817.6090-20.1381
CIE-Lab42.804824.5092-25.2485

#79588f color RGB value is (121,88,143).

#79588f hex color red value is 121, green value is 88 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #79588f hue: 0.77 , saturation: 0.24 and the lightness value of 79588f is 0.45.

The process color (four color CMYK) of #79588f color hex is 0.15, 0.38, 0.00, 0.44. Web safe color of #79588f is #666699. Color #79588f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011000 10001111
Octal 171 130 217
Decimal 121 88 143
Hex 79 58 8F

RGB Percentages of Color #79588f

%34.38
%25.00
%40.63

CMYK Percentages of Color #79588f

%15
%38
%0
%44

Triadic Colors of #79588f

#79588f #8f7958 #588f79

Analogous Colors of #79588f

#79588f #8f588a #5e588f

Monochromatic Colors of #79588f

#79588f

Complementary Color

#79588f #6e8f58

#79588f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79588f Color Preview on White Background

Lorem ipsum dolor sit amet.

#79588f Color CSS Codes

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

#79588f Text Font Color

<p style="color:#79588f">Text here</p>

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


#79588f Background Color

<div style="background-color:#79588f">
Div content here</div>

This div background color is #79588f


#79588f Border Color

<div style="border:3px solid #79588f">
Div here</div>

This div border color is #79588f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,88,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79588f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79588f;
  -webkit-box-shadow: 1px 1px 3px 2px #79588f;
  box-shadow:         1px 1px 3px 2px #79588f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79588f


Comments

No comments written yet.

Please login to write comment.