Color Hex Logo

#7079bc Color Hex

#7079BC
(112,121,188)
0 Favorites   0 Comments

Color spaces of #7079bc

RGB 112121188
HSL0.650.360.59
HSV233°40°74°
CMYK 0.400.360.00   0.26
XYZ22.596620.750350.3912
Yxy20.75030.24110.2214
Hunter Lab45.55258.8292-33.7012
CIE-Lab52.675113.7320-36.2962

#7079bc color RGB value is (112,121,188).

#7079bc hex color red value is 112, green value is 121 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7079bc hue: 0.65 , saturation: 0.36 and the lightness value of 7079bc is 0.59.

The process color (four color CMYK) of #7079bc color hex is 0.40, 0.36, 0.00, 0.26. Web safe color of #7079bc is #6666cc. Color #7079bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01111001 10111100
Octal 160 171 274
Decimal 112 121 188
Hex 70 79 BC

RGB Percentages of Color #7079bc

%26.60
%28.74
%44.66

CMYK Percentages of Color #7079bc

%40
%36
%0
%26

Triadic Colors of #7079bc

#7079bc #bc7079 #79bc70

Analogous Colors of #7079bc

#7079bc #8d70bc #709fbc

Monochromatic Colors of #7079bc

#7079bc

Complementary Color

#7079bc #bcb370

#7079bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7079bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7079bc Color CSS Codes

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

#7079bc Text Font Color

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

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


#7079bc Background Color

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

This div background color is #7079bc


#7079bc Border Color

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

This div border color is #7079bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7079bc


Comments

No comments written yet.

Please login to write comment.