Color Hex Logo

#70829a Color Hex

#70829A
(112,130,154)
0 Favorites   0 Comments

Color spaces of #70829a

RGB 112130154
HSL0.600.170.52
HSV214°27°60°
CMYK 0.270.160.00   0.40
XYZ20.497521.743133.6884
Yxy21.74310.27000.2864
Hunter Lab46.6295-3.1362-10.1946
CIE-Lab53.7534-0.8202-15.0062

#70829a color RGB value is (112,130,154).

#70829a hex color red value is 112, green value is 130 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #70829a hue: 0.60 , saturation: 0.17 and the lightness value of 70829a is 0.52.

The process color (four color CMYK) of #70829a color hex is 0.27, 0.16, 0.00, 0.40. Web safe color of #70829a is #669999. Color #70829a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000010 10011010
Octal 160 202 232
Decimal 112 130 154
Hex 70 82 9A

RGB Percentages of Color #70829a

%28.28
%32.83
%38.89

CMYK Percentages of Color #70829a

%27
%16
%0
%40

Triadic Colors of #70829a

#70829a #9a7082 #829a70

Analogous Colors of #70829a

#70829a #73709a #70979a

Monochromatic Colors of #70829a

#70829a

Complementary Color

#70829a #9a8870

#70829a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70829a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70829a Color CSS Codes

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

#70829a Text Font Color

<p style="color:#70829a">Text here</p>

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


#70829a Background Color

<div style="background-color:#70829a">
Div content here</div>

This div background color is #70829a


#70829a Border Color

<div style="border:3px solid #70829a">
Div here</div>

This div border color is #70829a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,130,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70829a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70829a;
  -webkit-box-shadow: 1px 1px 3px 2px #70829a;
  box-shadow:         1px 1px 3px 2px #70829a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70829a


Comments

No comments written yet.

Please login to write comment.