Color Hex Logo

#70176e Color Hex

#70176E
(112,23,110)
0 Favorites   0 Comments

Color spaces of #70176e

RGB 11223110
HSL0.840.660.26
HSV301°79°44°
CMYK 0.000.790.02   0.56
XYZ9.80305.183315.2357
Yxy5.18330.32440.1715
Hunter Lab22.766937.0169-23.7404
CIE-Lab27.250748.0568-29.2617

#70176e color RGB value is (112,23,110).

#70176e hex color red value is 112, green value is 23 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #70176e hue: 0.84 , saturation: 0.66 and the lightness value of 70176e is 0.26.

The process color (four color CMYK) of #70176e color hex is 0.00, 0.79, 0.02, 0.56. Web safe color of #70176e is #660066. Color #70176e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010111 01101110
Octal 160 27 156
Decimal 112 23 110
Hex 70 17 6E

RGB Percentages of Color #70176e

%45.71
%9.39
%44.90

CMYK Percentages of Color #70176e

%0
%79
%2
%56

Triadic Colors of #70176e

#70176e #6e7017 #176e70

Analogous Colors of #70176e

#70176e #701741 #461770

Monochromatic Colors of #70176e

#70176e

Complementary Color

#70176e #177019

#70176e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70176e Color Preview on White Background

Lorem ipsum dolor sit amet.

#70176e Color CSS Codes

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

#70176e Text Font Color

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

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


#70176e Background Color

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

This div background color is #70176e


#70176e Border Color

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

This div border color is #70176e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70176e


Comments

No comments written yet.

Please login to write comment.