Color Hex Logo

#701057 Color Hex

#701057
(112,16,87)
0 Favorites   0 Comments

Color spaces of #701057

RGB 1121687
HSL0.880.750.25
HSV316°86°44°
CMYK 0.000.860.22   0.56
XYZ8.58774.50349.4335
Yxy4.50340.38130.1999
Hunter Lab21.221235.0974-11.5014
CIE-Lab25.270446.4727-17.3424

#701057 color RGB value is (112,16,87).

#701057 hex color red value is 112, green value is 16 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #701057 hue: 0.88 , saturation: 0.75 and the lightness value of 701057 is 0.25.

The process color (four color CMYK) of #701057 color hex is 0.00, 0.86, 0.22, 0.56. Web safe color of #701057 is #660066. Color #701057 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010000 01010111
Octal 160 20 127
Decimal 112 16 87
Hex 70 10 57

RGB Percentages of Color #701057

%52.09
%7.44
%40.47

CMYK Percentages of Color #701057

%0
%86
%22
%56

Triadic Colors of #701057

#701057 #577010 #105770

Analogous Colors of #701057

#701057 #701027 #591070

Monochromatic Colors of #701057

#701057

Complementary Color

#701057 #107029

#701057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701057 Color CSS Codes

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

#701057 Text Font Color

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

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


#701057 Background Color

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

This div background color is #701057


#701057 Border Color

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

This div border color is #701057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701057


Comments

No comments written yet.

Please login to write comment.