Color Hex Logo

#7079b5 Color Hex

#7079B5
(112,121,181)
0 Favorites   0 Comments

Color spaces of #7079b5

RGB 112121181
HSL0.640.320.57
HSV232°38°71°
CMYK 0.380.330.00   0.29
XYZ21.860020.455746.5123
Yxy20.45570.24610.2303
Hunter Lab45.22807.1253-29.3141
CIE-Lab52.348611.7366-32.7834

#7079b5 color RGB value is (112,121,181).

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

The process color (four color CMYK) of #7079b5 color hex is 0.38, 0.33, 0.00, 0.29. Web safe color of #7079b5 is #6666cc. Color #7079b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111001 10110101
Octal 160 171 265
Decimal 112 121 181
Hex 70 79 B5

RGB Percentages of Color #7079b5

%27.05
%29.23
%43.72

CMYK Percentages of Color #7079b5

%38
%33
%0
%29

Triadic Colors of #7079b5

#7079b5 #b57079 #79b570

Analogous Colors of #7079b5

#7079b5 #8a70b5 #709cb5

Monochromatic Colors of #7079b5

#7079b5

Complementary Color

#7079b5 #b5ac70

#7079b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7079b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7079b5 Color CSS Codes

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

#7079b5 Text Font Color

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

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


#7079b5 Background Color

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

This div background color is #7079b5


#7079b5 Border Color

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

This div border color is #7079b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7079b5


Comments

No comments written yet.

Please login to write comment.