Color Hex Logo

#70688a Color Hex

#70688A
(112,104,138)
0 Favorites   0 Comments

Color spaces of #70688a

RGB 112104138
HSL0.710.140.47
HSV254°25°54°
CMYK 0.190.250.00   0.46
XYZ16.219915.180426.1200
Yxy15.18040.28200.2639
Hunter Lab38.96206.1260-12.4744
CIE-Lab45.880310.6108-17.5802

#70688a color RGB value is (112,104,138).

#70688a hex color red value is 112, green value is 104 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #70688a hue: 0.71 , saturation: 0.14 and the lightness value of 70688a is 0.47.

The process color (four color CMYK) of #70688a color hex is 0.19, 0.25, 0.00, 0.46. Web safe color of #70688a is #666699. Color #70688a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101000 10001010
Octal 160 150 212
Decimal 112 104 138
Hex 70 68 8A

RGB Percentages of Color #70688a

%31.64
%29.38
%38.98

CMYK Percentages of Color #70688a

%19
%25
%0
%46

Triadic Colors of #70688a

#70688a #8a7068 #688a70

Analogous Colors of #70688a

#70688a #81688a #68718a

Monochromatic Colors of #70688a

#70688a

Complementary Color

#70688a #828a68

#70688a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70688a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70688a Color CSS Codes

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

#70688a Text Font Color

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

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


#70688a Background Color

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

This div background color is #70688a


#70688a Border Color

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

This div border color is #70688a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,104,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 #70688a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70688a

#70688a Color Palettes


Comments

No comments written yet.

Please login to write comment.