Color Hex Logo

#701825 Color Hex

#701825
(112,24,37)
0 Favorites   0 Comments

Color spaces of #701825

RGB 1122437
HSL0.980.650.27
HSV351°79°44°
CMYK 0.000.790.67   0.56
XYZ7.34274.23162.1800
Yxy4.23160.53380.3077
Hunter Lab20.570927.71608.1163
CIE-Lab24.422838.713015.3867

#701825 color RGB value is (112,24,37).

#701825 hex color red value is 112, green value is 24 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #701825 hue: 0.98 , saturation: 0.65 and the lightness value of 701825 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011000 00100101
Octal 160 30 45
Decimal 112 24 37
Hex 70 18 25

RGB Percentages of Color #701825

%64.74
%13.87
%21.39

CMYK Percentages of Color #701825

%0
%79
%67
%56

Triadic Colors of #701825

#701825 #257018 #182570

Analogous Colors of #701825

#701825 #703718 #701851

Monochromatic Colors of #701825

#701825

Complementary Color

#701825 #187063

#701825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701825 Color CSS Codes

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

#701825 Text Font Color

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

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


#701825 Background Color

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

This div background color is #701825


#701825 Border Color

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

This div border color is #701825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701825


Comments

No comments written yet.

Please login to write comment.