Color Hex Logo

#701224 Color Hex

#701224
(112,18,36)
0 Favorites   0 Comments

Color spaces of #701224

RGB 1121836
HSL0.970.720.25
HSV349°84°44°
CMYK 0.000.840.68   0.56
XYZ7.21684.00472.0617
Yxy4.00470.54330.3015
Hunter Lab20.011729.35167.8999
CIE-Lab23.687040.660415.1187

#701224 color RGB value is (112,18,36).

#701224 hex color red value is 112, green value is 18 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #701224 hue: 0.97 , saturation: 0.72 and the lightness value of 701224 is 0.25.

The process color (four color CMYK) of #701224 color hex is 0.00, 0.84, 0.68, 0.56. Web safe color of #701224 is #660033. Color #701224 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010010 00100100
Octal 160 22 44
Decimal 112 18 36
Hex 70 12 24

RGB Percentages of Color #701224

%67.47
%10.84
%21.69

CMYK Percentages of Color #701224

%0
%84
%68
%56

Triadic Colors of #701224

#701224 #247012 #122470

Analogous Colors of #701224

#701224 #702f12 #701253

Monochromatic Colors of #701224

#701224

Complementary Color

#701224 #12705e

#701224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701224 Color CSS Codes

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

#701224 Text Font Color

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

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


#701224 Background Color

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

This div background color is #701224


#701224 Border Color

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

This div border color is #701224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701224


Comments

No comments written yet.

Please login to write comment.