Color Hex Logo

#70499c Color Hex

#70499C
(112,73,156)
0 Favorites   0 Comments

Color spaces of #70499c

RGB 11273156
HSL0.740.360.45
HSV268°53°61°
CMYK 0.280.530.00   0.39
XYZ15.065410.610132.7064
Yxy10.61010.25800.1817
Hunter Lab32.573125.5550-36.7313
CIE-Lab38.915933.8872-39.2607

#70499c color RGB value is (112,73,156).

#70499c hex color red value is 112, green value is 73 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #70499c hue: 0.74 , saturation: 0.36 and the lightness value of 70499c is 0.45.

The process color (four color CMYK) of #70499c color hex is 0.28, 0.53, 0.00, 0.39. Web safe color of #70499c is #663399. Color #70499c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001001 10011100
Octal 160 111 234
Decimal 112 73 156
Hex 70 49 9C

RGB Percentages of Color #70499c

%32.84
%21.41
%45.75

CMYK Percentages of Color #70499c

%28
%53
%0
%39

Triadic Colors of #70499c

#70499c #9c7049 #499c70

Analogous Colors of #70499c

#70499c #9a499c #494c9c

Monochromatic Colors of #70499c

#70499c

Complementary Color

#70499c #759c49

#70499c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70499c Color Preview on White Background

Lorem ipsum dolor sit amet.

#70499c Color CSS Codes

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

#70499c Text Font Color

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

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


#70499c Background Color

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

This div background color is #70499c


#70499c Border Color

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

This div border color is #70499c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,73,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70499c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70499c;
  -webkit-box-shadow: 1px 1px 3px 2px #70499c;
  box-shadow:         1px 1px 3px 2px #70499c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70499c


Comments

No comments written yet.

Please login to write comment.