Color Hex Logo

#7c79aa Color Hex

#7C79AA
(124,121,170)
0 Favorites   0 Comments

Color spaces of #7c79aa

RGB 124121170
HSL0.680.220.57
HSV244°29°67°
CMYK 0.270.290.00   0.33
XYZ22.405320.862140.8761
Yxy20.86210.26630.2479
Hunter Lab45.67507.6295-21.0880
CIE-Lab52.798212.3247-25.6602

#7c79aa color RGB value is (124,121,170).

#7c79aa hex color red value is 124, green value is 121 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7c79aa hue: 0.68 , saturation: 0.22 and the lightness value of 7c79aa is 0.57.

The process color (four color CMYK) of #7c79aa color hex is 0.27, 0.29, 0.00, 0.33. Web safe color of #7c79aa is #666699. Color #7c79aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01111001 10101010
Octal 174 171 252
Decimal 124 121 170
Hex 7C 79 AA

RGB Percentages of Color #7c79aa

%29.88
%29.16
%40.96

CMYK Percentages of Color #7c79aa

%27
%29
%0
%33

Triadic Colors of #7c79aa

#7c79aa #aa7c79 #79aa7c

Analogous Colors of #7c79aa

#7c79aa #9579aa #798faa

Monochromatic Colors of #7c79aa

#7c79aa

Complementary Color

#7c79aa #a7aa79

#7c79aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c79aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c79aa Color CSS Codes

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

#7c79aa Text Font Color

<p style="color:#7c79aa">Text here</p>

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


#7c79aa Background Color

<div style="background-color:#7c79aa">
Div content here</div>

This div background color is #7c79aa


#7c79aa Border Color

<div style="border:3px solid #7c79aa">
Div here</div>

This div border color is #7c79aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c79aa


Comments

No comments written yet.

Please login to write comment.