Color Hex Logo

#701159 Color Hex

#701159
(112,17,89)
0 Favorites   0 Comments

Color spaces of #701159

RGB 1121789
HSL0.870.740.25
HSV315°85°44°
CMYK 0.000.850.21   0.56
XYZ8.68574.56699.8749
Yxy4.56690.37560.1975
Hunter Lab21.370335.1511-12.4378
CIE-Lab25.463446.4907-18.3688

#701159 color RGB value is (112,17,89).

#701159 hex color red value is 112, green value is 17 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #701159 hue: 0.87 , saturation: 0.74 and the lightness value of 701159 is 0.25.

The process color (four color CMYK) of #701159 color hex is 0.00, 0.85, 0.21, 0.56. Web safe color of #701159 is #660066. Color #701159 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010001 01011001
Octal 160 21 131
Decimal 112 17 89
Hex 70 11 59

RGB Percentages of Color #701159

%51.38
%7.80
%40.83

CMYK Percentages of Color #701159

%0
%85
%21
%56

Triadic Colors of #701159

#701159 #597011 #115970

Analogous Colors of #701159

#701159 #701129 #581170

Monochromatic Colors of #701159

#701159

Complementary Color

#701159 #117028

#701159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701159 Color CSS Codes

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

#701159 Text Font Color

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

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


#701159 Background Color

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

This div background color is #701159


#701159 Border Color

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

This div border color is #701159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701159


Comments

No comments written yet.

Please login to write comment.