Color Hex Logo

#79627c Color Hex

#79627C
(121,98,124)
0 Favorites   0 Comments

Color spaces of #79627c

RGB 12198124
HSL0.810.120.44
HSV293°21°49°
CMYK 0.020.210.00   0.51
XYZ15.890914.255520.9828
Yxy14.25550.31080.2788
Hunter Lab37.75659.0531-6.5203
CIE-Lab44.597114.2537-11.0441

#79627c color RGB value is (121,98,124).

#79627c hex color red value is 121, green value is 98 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #79627c hue: 0.81 , saturation: 0.12 and the lightness value of 79627c is 0.44.

The process color (four color CMYK) of #79627c color hex is 0.02, 0.21, 0.00, 0.51. Web safe color of #79627c is #666666. Color #79627c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01100010 01111100
Octal 171 142 174
Decimal 121 98 124
Hex 79 62 7C

RGB Percentages of Color #79627c

%35.28
%28.57
%36.15

CMYK Percentages of Color #79627c

%2
%21
%0
%51

Triadic Colors of #79627c

#79627c #7c7962 #627c79

Analogous Colors of #79627c

#79627c #7c6272 #6c627c

Monochromatic Colors of #79627c

#79627c

Complementary Color

#79627c #657c62

#79627c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79627c Color Preview on White Background

Lorem ipsum dolor sit amet.

#79627c Color CSS Codes

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

#79627c Text Font Color

<p style="color:#79627c">Text here</p>

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


#79627c Background Color

<div style="background-color:#79627c">
Div content here</div>

This div background color is #79627c


#79627c Border Color

<div style="border:3px solid #79627c">
Div here</div>

This div border color is #79627c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,98,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79627c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79627c;
  -webkit-box-shadow: 1px 1px 3px 2px #79627c;
  box-shadow:         1px 1px 3px 2px #79627c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79627c


Comments

No comments written yet.

Please login to write comment.