Color Hex Logo

#7a79ff Color Hex

#7A79FF
(122,121,255)
0 Favorites   0 Comments

Color spaces of #7a79ff

RGB 122121255
HSL0.671.000.74
HSV240°53°100°
CMYK 0.520.530.00   0.00
XYZ32.913425.032397.7047
Yxy25.03230.21150.1608
Hunter Lab50.032329.8685-80.7609
CIE-Lab57.106935.9981-66.8609

#7a79ff color RGB value is (122,121,255).

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

The process color (four color CMYK) of #7a79ff color hex is 0.52, 0.53, 0.00, 0.00. Web safe color of #7a79ff is #6666ff. Color #7a79ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01111001 11111111
Octal 172 171 377
Decimal 122 121 255
Hex 7A 79 FF

RGB Percentages of Color #7a79ff

%24.50
%24.30
%51.20

CMYK Percentages of Color #7a79ff

%52
%53
%0
%0

Triadic Colors of #7a79ff

#7a79ff #ff7a79 #79ff7a

Analogous Colors of #7a79ff

#7a79ff #bd79ff #79bbff

Monochromatic Colors of #7a79ff

#7a79ff

Complementary Color

#7a79ff #feff79

#7a79ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a79ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a79ff Color CSS Codes

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

#7a79ff Text Font Color

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

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


#7a79ff Background Color

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

This div background color is #7a79ff


#7a79ff Border Color

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

This div border color is #7a79ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a79ff

Related Colors


Comments

No comments written yet.

Please login to write comment.