Color Hex Logo

#701723 Color Hex

#701723
(112,23,35)
0 Favorites   0 Comments

Color spaces of #701723

RGB 1122335
HSL0.980.660.26
HSV352°79°44°
CMYK 0.000.790.69   0.56
XYZ7.29194.17892.0124
Yxy4.17890.54080.3099
Hunter Lab20.442427.89788.4730
CIE-Lab24.254338.947116.5251

#701723 color RGB value is (112,23,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010111 00100011
Octal 160 27 43
Decimal 112 23 35
Hex 70 17 23

RGB Percentages of Color #701723

%65.88
%13.53
%20.59

CMYK Percentages of Color #701723

%0
%79
%69
%56

Triadic Colors of #701723

#701723 #237017 #172370

Analogous Colors of #701723

#701723 #703817 #70174f

Monochromatic Colors of #701723

#701723

Complementary Color

#701723 #177064

#701723 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701723 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701723 Color CSS Codes

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

#701723 Text Font Color

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

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


#701723 Background Color

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

This div background color is #701723


#701723 Border Color

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

This div border color is #701723


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701723


Comments

No comments written yet.

Please login to write comment.