Color Hex Logo

#70012d Color Hex

#70012D
(112,1,45)
0 Favorites   0 Comments

Color spaces of #70012d

RGB 112145
HSL0.930.980.22
HSV336°99°44°
CMYK 0.000.990.60   0.56
XYZ7.16663.65592.8106
Yxy3.65590.52570.2682
Hunter Lab19.120433.44364.6690
CIE-Lab22.499645.28647.2710

#70012d color RGB value is (112,1,45).

#70012d hex color red value is 112, green value is 1 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #70012d hue: 0.93 , saturation: 0.98 and the lightness value of 70012d is 0.22.

The process color (four color CMYK) of #70012d color hex is 0.00, 0.99, 0.60, 0.56. Web safe color of #70012d is #660033. Color #70012d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000001 00101101
Octal 160 1 55
Decimal 112 1 45
Hex 70 1 2D

RGB Percentages of Color #70012d

%70.89
%0.63
%28.48

CMYK Percentages of Color #70012d

%0
%99
%60
%56

Triadic Colors of #70012d

#70012d #2d7001 #012d70

Analogous Colors of #70012d

#70012d #700d01 #700165

Monochromatic Colors of #70012d

#70012d

Complementary Color

#70012d #017044

#70012d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70012d Color Preview on White Background

Lorem ipsum dolor sit amet.

#70012d Color CSS Codes

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

#70012d Text Font Color

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

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


#70012d Background Color

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

This div background color is #70012d


#70012d Border Color

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

This div border color is #70012d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70012d


Comments

No comments written yet.

Please login to write comment.