Color Hex Logo

#70589e Color Hex

#70589E
(112,88,158)
0 Favorites   0 Comments

Color spaces of #70589e

RGB 11288158
HSL0.720.280.48
HSV261°44°62°
CMYK 0.290.440.00   0.38
XYZ16.343412.892833.9749
Yxy12.89280.25860.2040
Hunter Lab35.906518.4105-30.9658
CIE-Lab42.601325.4466-34.6163

#70589e color RGB value is (112,88,158).

#70589e hex color red value is 112, green value is 88 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #70589e hue: 0.72 , saturation: 0.28 and the lightness value of 70589e is 0.48.

The process color (four color CMYK) of #70589e color hex is 0.29, 0.44, 0.00, 0.38. Web safe color of #70589e is #666699. Color #70589e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011000 10011110
Octal 160 130 236
Decimal 112 88 158
Hex 70 58 9E

RGB Percentages of Color #70589e

%31.28
%24.58
%44.13

CMYK Percentages of Color #70589e

%29
%44
%0
%38

Triadic Colors of #70589e

#70589e #9e7058 #589e70

Analogous Colors of #70589e

#70589e #93589e #58639e

Monochromatic Colors of #70589e

#70589e

Complementary Color

#70589e #869e58

#70589e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70589e Color Preview on White Background

Lorem ipsum dolor sit amet.

#70589e Color CSS Codes

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

#70589e Text Font Color

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

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


#70589e Background Color

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

This div background color is #70589e


#70589e Border Color

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

This div border color is #70589e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,88,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70589e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70589e;
  -webkit-box-shadow: 1px 1px 3px 2px #70589e;
  box-shadow:         1px 1px 3px 2px #70589e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70589e


Comments

No comments written yet.

Please login to write comment.