Color Hex Logo

#701551 Color Hex

#701551
(112,21,81)
0 Favorites   0 Comments

Color spaces of #701551

RGB 1122181
HSL0.890.680.26
HSV320°81°44°
CMYK 0.000.810.28   0.56
XYZ8.43554.57528.2231
Yxy4.57520.39730.2155
Hunter Lab21.389732.9634-7.8207
CIE-Lab25.488544.1989-13.0067

#701551 color RGB value is (112,21,81).

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

The process color (four color CMYK) of #701551 color hex is 0.00, 0.81, 0.28, 0.56. Web safe color of #701551 is #660066. Color #701551 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010101 01010001
Octal 160 25 121
Decimal 112 21 81
Hex 70 15 51

RGB Percentages of Color #701551

%52.34
%9.81
%37.85

CMYK Percentages of Color #701551

%0
%81
%28
%56

Triadic Colors of #701551

#701551 #517015 #155170

Analogous Colors of #701551

#701551 #701524 #621570

Monochromatic Colors of #701551

#701551

Complementary Color

#701551 #157034

#701551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701551 Color CSS Codes

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

#701551 Text Font Color

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

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


#701551 Background Color

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

This div background color is #701551


#701551 Border Color

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

This div border color is #701551


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701551


Comments

No comments written yet.

Please login to write comment.