Color Hex Logo

#708189 Color Hex

#708189
(112,129,137)
0 Favorites   0 Comments

Color spaces of #708189

RGB 112129137
HSL0.550.100.49
HSV199°18°54°
CMYK 0.180.060.00   0.46
XYZ19.047720.951426.7070
Yxy20.95140.28550.3141
Hunter Lab45.7727-5.8218-2.5531
CIE-Lab52.8963-4.3686-6.4078

#708189 color RGB value is (112,129,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000001 10001001
Octal 160 201 211
Decimal 112 129 137
Hex 70 81 89

RGB Percentages of Color #708189

%29.63
%34.13
%36.24

CMYK Percentages of Color #708189

%18
%6
%0
%46

Triadic Colors of #708189

#708189 #897081 #818970

Analogous Colors of #708189

#708189 #707589 #708985

Monochromatic Colors of #708189

#708189

Complementary Color

#708189 #897870

#708189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708189 Color CSS Codes

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

#708189 Text Font Color

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

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


#708189 Background Color

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

This div background color is #708189


#708189 Border Color

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

This div border color is #708189


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,129,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #708189; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #708189;
  -webkit-box-shadow: 1px 1px 3px 2px #708189;
  box-shadow:         1px 1px 3px 2px #708189; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708189


Comments

No comments written yet.

Please login to write comment.