Color Hex Logo

#701742 Color Hex

#701742
(112,23,66)
0 Favorites   0 Comments

Color spaces of #701742

RGB 1122366
HSL0.920.660.26
HSV331°79°44°
CMYK 0.000.790.41   0.56
XYZ7.97194.45095.5932
Yxy4.45090.44250.2471
Hunter Lab21.097230.5291-0.9507
CIE-Lab25.109341.6703-3.4688

#701742 color RGB value is (112,23,66).

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

The process color (four color CMYK) of #701742 color hex is 0.00, 0.79, 0.41, 0.56. Web safe color of #701742 is #660033. Color #701742 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010111 01000010
Octal 160 27 102
Decimal 112 23 66
Hex 70 17 42

RGB Percentages of Color #701742

%55.72
%11.44
%32.84

CMYK Percentages of Color #701742

%0
%79
%41
%56

Triadic Colors of #701742

#701742 #427017 #174270

Analogous Colors of #701742

#701742 #701917 #70176f

Monochromatic Colors of #701742

#701742

Complementary Color

#701742 #177045

#701742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701742 Color CSS Codes

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

#701742 Text Font Color

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

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


#701742 Background Color

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

This div background color is #701742


#701742 Border Color

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

This div border color is #701742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701742


Comments

No comments written yet.

Please login to write comment.