Color Hex Logo

#70176c Color Hex

#70176C
(112,23,108)
0 Favorites   0 Comments

Color spaces of #70176c

RGB 11223108
HSL0.840.660.26
HSV303°79°44°
CMYK 0.000.790.04   0.56
XYZ9.69535.140214.6685
Yxy5.14020.32860.1742
Hunter Lab22.672036.6565-22.4895
CIE-Lab27.130547.7131-28.1641

#70176c color RGB value is (112,23,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010111 01101100
Octal 160 27 154
Decimal 112 23 108
Hex 70 17 6C

RGB Percentages of Color #70176c

%46.09
%9.47
%44.44

CMYK Percentages of Color #70176c

%0
%79
%4
%56

Triadic Colors of #70176c

#70176c #6c7017 #176c70

Analogous Colors of #70176c

#70176c #70173f #481770

Monochromatic Colors of #70176c

#70176c

Complementary Color

#70176c #17701b

#70176c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70176c Color Preview on White Background

Lorem ipsum dolor sit amet.

#70176c Color CSS Codes

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

#70176c Text Font Color

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

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


#70176c Background Color

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

This div background color is #70176c


#70176c Border Color

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

This div border color is #70176c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70176c


Comments

No comments written yet.

Please login to write comment.