Color Hex Logo

#701547 Color Hex

#701547
(112,21,71)
0 Favorites   0 Comments

Color spaces of #701547

RGB 1122171
HSL0.910.680.26
HSV327°81°44°
CMYK 0.000.810.37   0.56
XYZ8.08764.43606.3912
Yxy4.43600.42760.2345
Hunter Lab21.061831.6847-3.2483
CIE-Lab25.063442.9220-6.9278

#701547 color RGB value is (112,21,71).

#701547 hex color red value is 112, green value is 21 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #701547 hue: 0.91 , saturation: 0.68 and the lightness value of 701547 is 0.26.

The process color (four color CMYK) of #701547 color hex is 0.00, 0.81, 0.37, 0.56. Web safe color of #701547 is #660033. Color #701547 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010101 01000111
Octal 160 25 107
Decimal 112 21 71
Hex 70 15 47

RGB Percentages of Color #701547

%54.90
%10.29
%34.80

CMYK Percentages of Color #701547

%0
%81
%37
%56

Triadic Colors of #701547

#701547 #477015 #154770

Analogous Colors of #701547

#701547 #70151a #6c1570

Monochromatic Colors of #701547

#701547

Complementary Color

#701547 #15703e

#701547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701547 Color CSS Codes

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

#701547 Text Font Color

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

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


#701547 Background Color

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

This div background color is #701547


#701547 Border Color

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

This div border color is #701547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701547


Comments

No comments written yet.

Please login to write comment.