Color Hex Logo

#70083f Color Hex

#70083F
(112,8,63)
0 Favorites   0 Comments

Color spaces of #70083f

RGB 112863
HSL0.910.870.24
HSV328°93°44°
CMYK 0.000.930.44   0.56
XYZ7.66613.97735.0663
Yxy3.97730.45880.2380
Hunter Lab19.943233.7144-1.1016
CIE-Lab23.596345.3571-3.6656

#70083f color RGB value is (112,8,63).

#70083f hex color red value is 112, green value is 8 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #70083f hue: 0.91 , saturation: 0.87 and the lightness value of 70083f is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001000 00111111
Octal 160 10 77
Decimal 112 8 63
Hex 70 8 3F

RGB Percentages of Color #70083f

%61.20
%4.37
%34.43

CMYK Percentages of Color #70083f

%0
%93
%44
%56

Triadic Colors of #70083f

#70083f #3f7008 #083f70

Analogous Colors of #70083f

#70083f #70080b #6d0870

Monochromatic Colors of #70083f

#70083f

Complementary Color

#70083f #087039

#70083f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70083f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70083f Color CSS Codes

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

#70083f Text Font Color

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

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


#70083f Background Color

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

This div background color is #70083f


#70083f Border Color

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

This div border color is #70083f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,8,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 #70083f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70083f


Comments

No comments written yet.

Please login to write comment.