Color Hex Logo

#70619f Color Hex

#70619F
(112,97,159)
0 Favorites   0 Comments

Color spaces of #70619f

RGB 11297159
HSL0.710.240.50
HSV255°39°62°
CMYK 0.300.390.00   0.38
XYZ17.214814.497334.6918
Yxy14.49730.25920.2183
Hunter Lab38.075314.0725-27.3685
CIE-Lab44.937820.2314-31.5353

#70619f color RGB value is (112,97,159).

#70619f hex color red value is 112, green value is 97 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #70619f hue: 0.71 , saturation: 0.24 and the lightness value of 70619f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100001 10011111
Octal 160 141 237
Decimal 112 97 159
Hex 70 61 9F

RGB Percentages of Color #70619f

%30.43
%26.36
%43.21

CMYK Percentages of Color #70619f

%30
%39
%0
%38

Triadic Colors of #70619f

#70619f #9f7061 #619f70

Analogous Colors of #70619f

#70619f #8f619f #61719f

Monochromatic Colors of #70619f

#70619f

Complementary Color

#70619f #909f61

#70619f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70619f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70619f Color CSS Codes

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

#70619f Text Font Color

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

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


#70619f Background Color

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

This div background color is #70619f


#70619f Border Color

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

This div border color is #70619f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70619f


Comments

No comments written yet.

Please login to write comment.