Color Hex Logo

#700057 Color Hex

#700057
(112,0,87)
0 Favorites   0 Comments

Color spaces of #700057

RGB 112087
HSL0.871.000.22
HSV313°100°44°
CMYK 0.001.000.22   0.56
XYZ8.40244.13299.3717
Yxy4.13290.38350.1887
Hunter Lab20.329538.1991-13.1014
CIE-Lab24.106049.8658-19.1562

#700057 color RGB value is (112,0,87).

#700057 hex color red value is 112, green value is 0 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #700057 hue: 0.87 , saturation: 1.00 and the lightness value of 700057 is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000000 01010111
Octal 160 0 127
Decimal 112 0 87
Hex 70 0 57

RGB Percentages of Color #700057

%56.28
%0.00
%43.72

CMYK Percentages of Color #700057

%0
%100
%22
%56

Triadic Colors of #700057

#700057 #577000 #005770

Analogous Colors of #700057

#700057 #70001f #510070

Monochromatic Colors of #700057

#700057

Complementary Color

#700057 #007019

#700057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#700057 Color CSS Codes

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

#700057 Text Font Color

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

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


#700057 Background Color

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

This div background color is #700057


#700057 Border Color

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

This div border color is #700057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700057


Comments

No comments written yet.

Please login to write comment.