Color Hex Logo

#701457 Color Hex

#701457
(112,20,87)
0 Favorites   0 Comments

Color spaces of #701457

RGB 1122087
HSL0.880.700.26
HSV316°82°44°
CMYK 0.000.820.22   0.56
XYZ8.65254.63329.4551
Yxy4.63320.38050.2037
Hunter Lab21.524934.0844-10.9766
CIE-Lab25.663145.3426-16.7327

#701457 color RGB value is (112,20,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010100 01010111
Octal 160 24 127
Decimal 112 20 87
Hex 70 14 57

RGB Percentages of Color #701457

%51.14
%9.13
%39.73

CMYK Percentages of Color #701457

%0
%82
%22
%56

Triadic Colors of #701457

#701457 #577014 #145770

Analogous Colors of #701457

#701457 #701429 #5b1470

Monochromatic Colors of #701457

#701457

Complementary Color

#701457 #14702d

#701457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701457 Color CSS Codes

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

#701457 Text Font Color

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

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


#701457 Background Color

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

This div background color is #701457


#701457 Border Color

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

This div border color is #701457


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,20,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 #701457">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701457


Comments

No comments written yet.

Please login to write comment.