Color Hex Logo

#70828a Color Hex

#70828A
(112,130,138)
0 Favorites   0 Comments

Color spaces of #70828a

RGB 112130138
HSL0.550.100.49
HSV198°19°54°
CMYK 0.190.060.00   0.46
XYZ19.252221.245027.1308
Yxy21.24500.28470.3141
Hunter Lab46.0923-6.1042-2.6346
CIE-Lab53.2166-4.7060-6.5142

#70828a color RGB value is (112,130,138).

#70828a hex color red value is 112, green value is 130 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #70828a hue: 0.55 , saturation: 0.10 and the lightness value of 70828a is 0.49.

The process color (four color CMYK) of #70828a color hex is 0.19, 0.06, 0.00, 0.46. Web safe color of #70828a is #669999. Color #70828a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000010 10001010
Octal 160 202 212
Decimal 112 130 138
Hex 70 82 8A

RGB Percentages of Color #70828a

%29.47
%34.21
%36.32

CMYK Percentages of Color #70828a

%19
%6
%0
%46

Triadic Colors of #70828a

#70828a #8a7082 #828a70

Analogous Colors of #70828a

#70828a #70758a #708a85

Monochromatic Colors of #70828a

#70828a

Complementary Color

#70828a #8a7870

#70828a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70828a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70828a Color CSS Codes

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

#70828a Text Font Color

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

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


#70828a Background Color

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

This div background color is #70828a


#70828a Border Color

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

This div border color is #70828a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70828a


Comments

No comments written yet.

Please login to write comment.