Color Hex Logo

#70658e Color Hex

#70658E
(112,101,142)
0 Favorites   0 Comments

Color spaces of #70658e

RGB 112101142
HSL0.710.170.48
HSV256°29°56°
CMYK 0.210.290.00   0.44
XYZ16.218314.705127.5748
Yxy14.70510.27720.2514
Hunter Lab38.34728.3858-15.7913
CIE-Lab45.227613.4150-20.9712

#70658e color RGB value is (112,101,142).

#70658e hex color red value is 112, green value is 101 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #70658e hue: 0.71 , saturation: 0.17 and the lightness value of 70658e is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100101 10001110
Octal 160 145 216
Decimal 112 101 142
Hex 70 65 8E

RGB Percentages of Color #70658e

%31.55
%28.45
%40.00

CMYK Percentages of Color #70658e

%21
%29
%0
%44

Triadic Colors of #70658e

#70658e #8e7065 #658e70

Analogous Colors of #70658e

#70658e #85658e #656f8e

Monochromatic Colors of #70658e

#70658e

Complementary Color

#70658e #838e65

#70658e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70658e Color Preview on White Background

Lorem ipsum dolor sit amet.

#70658e Color CSS Codes

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

#70658e Text Font Color

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

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


#70658e Background Color

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

This div background color is #70658e


#70658e Border Color

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

This div border color is #70658e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70658e


Comments

No comments written yet.

Please login to write comment.