Color Hex Logo

#70598a Color Hex

#70598A
(112,89,138)
0 Favorites   0 Comments

Color spaces of #70598a

RGB 11289138
HSL0.740.220.45
HSV268°36°54°
CMYK 0.190.360.00   0.46
XYZ14.841912.424525.6607
Yxy12.42450.28040.2347
Hunter Lab35.248413.4756-18.4890
CIE-Lab41.883019.7531-23.7394

#70598a color RGB value is (112,89,138).

#70598a hex color red value is 112, green value is 89 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #70598a hue: 0.74 , saturation: 0.22 and the lightness value of 70598a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011001 10001010
Octal 160 131 212
Decimal 112 89 138
Hex 70 59 8A

RGB Percentages of Color #70598a

%33.04
%26.25
%40.71

CMYK Percentages of Color #70598a

%19
%36
%0
%46

Triadic Colors of #70598a

#70598a #8a7059 #598a70

Analogous Colors of #70598a

#70598a #89598a #595b8a

Monochromatic Colors of #70598a

#70598a

Complementary Color

#70598a #738a59

#70598a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70598a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70598a Color CSS Codes

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

#70598a Text Font Color

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

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


#70598a Background Color

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

This div background color is #70598a


#70598a Border Color

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

This div border color is #70598a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70598a


Comments

No comments written yet.

Please login to write comment.