Color Hex Logo

#701461 Color Hex

#701461
(112,20,97)
0 Favorites   0 Comments

Color spaces of #701461

RGB 1122097
HSL0.860.700.26
HSV310°82°44°
CMYK 0.000.820.13   0.56
XYZ9.08994.808111.7582
Yxy4.80810.35430.1874
Hunter Lab21.927435.6235-16.4441
CIE-Lab26.180946.8388-22.5152

#701461 color RGB value is (112,20,97).

#701461 hex color red value is 112, green value is 20 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #701461 hue: 0.86 , saturation: 0.70 and the lightness value of 701461 is 0.26.

The process color (four color CMYK) of #701461 color hex is 0.00, 0.82, 0.13, 0.56. Web safe color of #701461 is #660066. Color #701461 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010100 01100001
Octal 160 24 141
Decimal 112 20 97
Hex 70 14 61

RGB Percentages of Color #701461

%48.91
%8.73
%42.36

CMYK Percentages of Color #701461

%0
%82
%13
%56

Triadic Colors of #701461

#701461 #617014 #146170

Analogous Colors of #701461

#701461 #701433 #511470

Monochromatic Colors of #701461

#701461

Complementary Color

#701461 #147023

#701461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701461 Color CSS Codes

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

#701461 Text Font Color

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

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


#701461 Background Color

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

This div background color is #701461


#701461 Border Color

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

This div border color is #701461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701461


Comments

No comments written yet.

Please login to write comment.