Color Hex Logo

#70659f Color Hex

#70659F
(112,101,159)
0 Favorites   0 Comments

Color spaces of #70659f

RGB 112101159
HSL0.700.230.51
HSV251°36°62°
CMYK 0.300.360.00   0.38
XYZ17.593815.255334.8182
Yxy15.25530.26000.2254
Hunter Lab39.058012.0543-25.5133
CIE-Lab45.981917.7922-29.9008

#70659f color RGB value is (112,101,159).

#70659f hex color red value is 112, green value is 101 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #70659f hue: 0.70 , saturation: 0.23 and the lightness value of 70659f is 0.51.

The process color (four color CMYK) of #70659f color hex is 0.30, 0.36, 0.00, 0.38. Web safe color of #70659f is #666699. Color #70659f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100101 10011111
Octal 160 145 237
Decimal 112 101 159
Hex 70 65 9F

RGB Percentages of Color #70659f

%30.11
%27.15
%42.74

CMYK Percentages of Color #70659f

%30
%36
%0
%38

Triadic Colors of #70659f

#70659f #9f7065 #659f70

Analogous Colors of #70659f

#70659f #8d659f #65779f

Monochromatic Colors of #70659f

#70659f

Complementary Color

#70659f #949f65

#70659f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70659f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70659f Color CSS Codes

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

#70659f Text Font Color

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

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


#70659f Background Color

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

This div background color is #70659f


#70659f Border Color

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

This div border color is #70659f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70659f


Comments

No comments written yet.

Please login to write comment.