Color Hex Logo

#701727 Color Hex

#701727
(112,23,39)
0 Favorites   0 Comments

Color spaces of #701727

RGB 1122339
HSL0.970.660.26
HSV349°79°44°
CMYK 0.000.790.65   0.56
XYZ7.35474.20402.3433
Yxy4.20400.52900.3024
Hunter Lab20.503728.14697.5765
CIE-Lab24.334739.208513.9113

#701727 color RGB value is (112,23,39).

#701727 hex color red value is 112, green value is 23 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #701727 hue: 0.97 , saturation: 0.66 and the lightness value of 701727 is 0.26.

The process color (four color CMYK) of #701727 color hex is 0.00, 0.79, 0.65, 0.56. Web safe color of #701727 is #660033. Color #701727 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010111 00100111
Octal 160 27 47
Decimal 112 23 39
Hex 70 17 27

RGB Percentages of Color #701727

%64.37
%13.22
%22.41

CMYK Percentages of Color #701727

%0
%79
%65
%56

Triadic Colors of #701727

#701727 #277017 #172770

Analogous Colors of #701727

#701727 #703417 #701753

Monochromatic Colors of #701727

#701727

Complementary Color

#701727 #177060

#701727 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701727 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701727 Color CSS Codes

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

#701727 Text Font Color

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

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


#701727 Background Color

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

This div background color is #701727


#701727 Border Color

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

This div border color is #701727


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701727

#701727 Color Palettes


Comments

No comments written yet.

Please login to write comment.