Color Hex Logo

#79527e Color Hex

#79527E
(121,82,126)
0 Favorites   0 Comments

Color spaces of #79527e

RGB 12182126
HSL0.810.210.41
HSV293°35°49°
CMYK 0.040.350.00   0.51
XYZ14.668311.605921.2057
Yxy11.60590.30890.2444
Hunter Lab34.067417.2381-13.0586
CIE-Lab40.582824.3036-18.3730

#79527e color RGB value is (121,82,126).

#79527e hex color red value is 121, green value is 82 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #79527e hue: 0.81 , saturation: 0.21 and the lightness value of 79527e is 0.41.

The process color (four color CMYK) of #79527e color hex is 0.04, 0.35, 0.00, 0.51. Web safe color of #79527e is #666666. Color #79527e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010010 01111110
Octal 171 122 176
Decimal 121 82 126
Hex 79 52 7E

RGB Percentages of Color #79527e

%36.78
%24.92
%38.30

CMYK Percentages of Color #79527e

%4
%35
%0
%51

Triadic Colors of #79527e

#79527e #7e7952 #527e79

Analogous Colors of #79527e

#79527e #7e526d #63527e

Monochromatic Colors of #79527e

#79527e

Complementary Color

#79527e #577e52

#79527e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79527e Color Preview on White Background

Lorem ipsum dolor sit amet.

#79527e Color CSS Codes

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

#79527e Text Font Color

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

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


#79527e Background Color

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

This div background color is #79527e


#79527e Border Color

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

This div border color is #79527e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79527e


Comments

No comments written yet.

Please login to write comment.