Color Hex Logo

#701537 Color Hex

#701537
(112,21,55)
0 Favorites   0 Comments

Color spaces of #701537

RGB 1122155
HSL0.940.680.26
HSV338°81°44°
CMYK 0.000.810.51   0.56
XYZ7.63984.25694.0334
Yxy4.25690.47960.2672
Hunter Lab20.632329.98932.8520
CIE-Lab24.503241.20063.1626

#701537 color RGB value is (112,21,55).

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

The process color (four color CMYK) of #701537 color hex is 0.00, 0.81, 0.51, 0.56. Web safe color of #701537 is #660033. Color #701537 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010101 00110111
Octal 160 25 67
Decimal 112 21 55
Hex 70 15 37

RGB Percentages of Color #701537

%59.57
%11.17
%29.26

CMYK Percentages of Color #701537

%0
%81
%51
%56

Triadic Colors of #701537

#701537 #377015 #153770

Analogous Colors of #701537

#701537 #702015 #701565

Monochromatic Colors of #701537

#701537

Complementary Color

#701537 #15704e

#701537 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701537 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701537 Color CSS Codes

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

#701537 Text Font Color

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

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


#701537 Background Color

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

This div background color is #701537


#701537 Border Color

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

This div border color is #701537


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701537


Comments

No comments written yet.

Please login to write comment.