Color Hex Logo

#706589 Color Hex

#706589
(112,101,137)
0 Favorites   0 Comments

Color spaces of #706589

RGB 112101137
HSL0.720.150.47
HSV258°26°54°
CMYK 0.180.260.00   0.46
XYZ15.851114.558225.6415
Yxy14.55820.28280.2597
Hunter Lab38.15527.3840-13.1361
CIE-Lab45.023012.1877-18.2947

#706589 color RGB value is (112,101,137).

#706589 hex color red value is 112, green value is 101 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #706589 hue: 0.72 , saturation: 0.15 and the lightness value of 706589 is 0.47.

The process color (four color CMYK) of #706589 color hex is 0.18, 0.26, 0.00, 0.46. Web safe color of #706589 is #666699. Color #706589 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100101 10001001
Octal 160 145 211
Decimal 112 101 137
Hex 70 65 89

RGB Percentages of Color #706589

%32.00
%28.86
%39.14

CMYK Percentages of Color #706589

%18
%26
%0
%46

Triadic Colors of #706589

#706589 #897065 #658970

Analogous Colors of #706589

#706589 #826589 #656c89

Monochromatic Colors of #706589

#706589

Complementary Color

#706589 #7e8965

#706589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#706589 Color CSS Codes

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

#706589 Text Font Color

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

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


#706589 Background Color

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

This div background color is #706589


#706589 Border Color

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

This div border color is #706589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706589


Comments

No comments written yet.

Please login to write comment.