Color Hex Logo

#701126 Color Hex

#701126
(112,17,38)
0 Favorites   0 Comments

Color spaces of #701126

RGB 1121738
HSL0.960.740.25
HSV347°85°44°
CMYK 0.000.850.66   0.56
XYZ7.23243.98562.2218
Yxy3.98560.53810.2966
Hunter Lab19.964029.72877.3764
CIE-Lab23.623841.085313.6642

#701126 color RGB value is (112,17,38).

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

The process color (four color CMYK) of #701126 color hex is 0.00, 0.85, 0.66, 0.56. Web safe color of #701126 is #660033. Color #701126 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010001 00100110
Octal 160 21 46
Decimal 112 17 38
Hex 70 11 26

RGB Percentages of Color #701126

%67.07
%10.18
%22.75

CMYK Percentages of Color #701126

%0
%85
%66
%56

Triadic Colors of #701126

#701126 #267011 #112670

Analogous Colors of #701126

#701126 #702c11 #701156

Monochromatic Colors of #701126

#701126

Complementary Color

#701126 #11705b

#701126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701126 Color CSS Codes

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

#701126 Text Font Color

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

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


#701126 Background Color

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

This div background color is #701126


#701126 Border Color

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

This div border color is #701126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701126


Comments

No comments written yet.

Please login to write comment.