Color Hex Logo

#79568e Color Hex

#79568E
(121,86,142)
0 Favorites   0 Comments

Color spaces of #79568e

RGB 12186142
HSL0.770.250.45
HSV278°39°56°
CMYK 0.150.390.00   0.44
XYZ16.095412.673527.1891
Yxy12.67350.28760.2265
Hunter Lab35.599918.4036-20.3623
CIE-Lab42.267125.4735-25.4827

#79568e color RGB value is (121,86,142).

#79568e hex color red value is 121, green value is 86 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #79568e hue: 0.77 , saturation: 0.25 and the lightness value of 79568e is 0.45.

The process color (four color CMYK) of #79568e color hex is 0.15, 0.39, 0.00, 0.44. Web safe color of #79568e is #666699. Color #79568e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010110 10001110
Octal 171 126 216
Decimal 121 86 142
Hex 79 56 8E

RGB Percentages of Color #79568e

%34.67
%24.64
%40.69

CMYK Percentages of Color #79568e

%15
%39
%0
%44

Triadic Colors of #79568e

#79568e #8e7956 #568e79

Analogous Colors of #79568e

#79568e #8e5687 #5d568e

Monochromatic Colors of #79568e

#79568e

Complementary Color

#79568e #6b8e56

#79568e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79568e Color Preview on White Background

Lorem ipsum dolor sit amet.

#79568e Color CSS Codes

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

#79568e Text Font Color

<p style="color:#79568e">Text here</p>

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


#79568e Background Color

<div style="background-color:#79568e">
Div content here</div>

This div background color is #79568e


#79568e Border Color

<div style="border:3px solid #79568e">
Div here</div>

This div border color is #79568e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,86,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79568e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79568e;
  -webkit-box-shadow: 1px 1px 3px 2px #79568e;
  box-shadow:         1px 1px 3px 2px #79568e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79568e


Comments

No comments written yet.

Please login to write comment.