Color Hex Logo

#7a79cc Color Hex

#7A79CC
(122,121,204)
0 Favorites   0 Comments

Color spaces of #7a79cc

RGB 122121204
HSL0.670.450.64
HSV241°41°80°
CMYK 0.400.410.00   0.20
XYZ25.762522.172060.0485
Yxy22.17200.23860.2053
Hunter Lab47.087215.2591-42.6493
CIE-Lab54.209020.9585-42.9626

#7a79cc color RGB value is (122,121,204).

#7a79cc hex color red value is 122, green value is 121 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7a79cc hue: 0.67 , saturation: 0.45 and the lightness value of 7a79cc is 0.64.

The process color (four color CMYK) of #7a79cc color hex is 0.40, 0.41, 0.00, 0.20. Web safe color of #7a79cc is #6666cc. Color #7a79cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01111001 11001100
Octal 172 171 314
Decimal 122 121 204
Hex 7A 79 CC

RGB Percentages of Color #7a79cc

%27.29
%27.07
%45.64

CMYK Percentages of Color #7a79cc

%40
%41
%0
%20

Triadic Colors of #7a79cc

#7a79cc #cc7a79 #79cc7a

Analogous Colors of #7a79cc

#7a79cc #a479cc #79a2cc

Monochromatic Colors of #7a79cc

#7a79cc

Complementary Color

#7a79cc #cbcc79

#7a79cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a79cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a79cc Color CSS Codes

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

#7a79cc Text Font Color

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

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


#7a79cc Background Color

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

This div background color is #7a79cc


#7a79cc Border Color

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

This div border color is #7a79cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a79cc


Comments

No comments written yet.

Please login to write comment.