Color Hex Logo

#70133f Color Hex

#70133F
(112,19,63)
0 Favorites   0 Comments

Color spaces of #70133f

RGB 1121963
HSL0.920.710.26
HSV332°83°44°
CMYK 0.000.830.44   0.56
XYZ7.81224.26945.1149
Yxy4.26940.45430.2483
Hunter Lab20.662531.3288-0.2132
CIE-Lab24.542842.6410-2.2629

#70133f color RGB value is (112,19,63).

#70133f hex color red value is 112, green value is 19 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #70133f hue: 0.92 , saturation: 0.71 and the lightness value of 70133f is 0.26.

The process color (four color CMYK) of #70133f color hex is 0.00, 0.83, 0.44, 0.56. Web safe color of #70133f is #660033. Color #70133f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010011 00111111
Octal 160 23 77
Decimal 112 19 63
Hex 70 13 3F

RGB Percentages of Color #70133f

%57.73
%9.79
%32.47

CMYK Percentages of Color #70133f

%0
%83
%44
%56

Triadic Colors of #70133f

#70133f #3f7013 #133f70

Analogous Colors of #70133f

#70133f #701513 #70136e

Monochromatic Colors of #70133f

#70133f

Complementary Color

#70133f #137044

#70133f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70133f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70133f Color CSS Codes

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

#70133f Text Font Color

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

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


#70133f Background Color

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

This div background color is #70133f


#70133f Border Color

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

This div border color is #70133f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,19,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70133f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70133f;
  -webkit-box-shadow: 1px 1px 3px 2px #70133f;
  box-shadow:         1px 1px 3px 2px #70133f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70133f


Comments

No comments written yet.

Please login to write comment.