Color Hex Logo

#7079a5 Color Hex

#7079A5
(112,121,165)
0 Favorites   0 Comments

Color spaces of #7079a5

RGB 112121165
HSL0.640.230.54
HSV230°32°65°
CMYK 0.320.270.00   0.35
XYZ20.311019.836138.3556
Yxy19.83610.25870.2527
Hunter Lab44.53773.4621-19.8837
CIE-Lab51.65147.3279-24.6089

#7079a5 color RGB value is (112,121,165).

#7079a5 hex color red value is 112, green value is 121 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #7079a5 hue: 0.64 , saturation: 0.23 and the lightness value of 7079a5 is 0.54.

The process color (four color CMYK) of #7079a5 color hex is 0.32, 0.27, 0.00, 0.35. Web safe color of #7079a5 is #666699. Color #7079a5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111001 10100101
Octal 160 171 245
Decimal 112 121 165
Hex 70 79 A5

RGB Percentages of Color #7079a5

%28.14
%30.40
%41.46

CMYK Percentages of Color #7079a5

%32
%27
%0
%35

Triadic Colors of #7079a5

#7079a5 #a57079 #79a570

Analogous Colors of #7079a5

#7079a5 #8270a5 #7094a5

Monochromatic Colors of #7079a5

#7079a5

Complementary Color

#7079a5 #a59c70

#7079a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7079a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7079a5 Color CSS Codes

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

#7079a5 Text Font Color

<p style="color:#7079a5">Text here</p>

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


#7079a5 Background Color

<div style="background-color:#7079a5">
Div content here</div>

This div background color is #7079a5


#7079a5 Border Color

<div style="border:3px solid #7079a5">
Div here</div>

This div border color is #7079a5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,121,165, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7079a5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7079a5;
  -webkit-box-shadow: 1px 1px 3px 2px #7079a5;
  box-shadow:         1px 1px 3px 2px #7079a5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7079a5


Comments

No comments written yet.

Please login to write comment.