Color Hex Logo

#70319c Color Hex

#70319C
(112,49,156)
0 Favorites   0 Comments

Color spaces of #70319c

RGB 11249156
HSL0.760.520.40
HSV275°69°61°
CMYK 0.280.690.00   0.39
XYZ13.78128.041732.2783
Yxy8.04170.25470.1486
Hunter Lab28.357937.1201-47.6362
CIE-Lab34.069646.8583-47.0294

#70319c color RGB value is (112,49,156).

#70319c hex color red value is 112, green value is 49 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #70319c hue: 0.76 , saturation: 0.52 and the lightness value of 70319c is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110001 10011100
Octal 160 61 234
Decimal 112 49 156
Hex 70 31 9C

RGB Percentages of Color #70319c

%35.33
%15.46
%49.21

CMYK Percentages of Color #70319c

%28
%69
%0
%39

Triadic Colors of #70319c

#70319c #9c7031 #319c70

Analogous Colors of #70319c

#70319c #9c3193 #3b319c

Monochromatic Colors of #70319c

#70319c

Complementary Color

#70319c #5d9c31

#70319c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70319c Color Preview on White Background

Lorem ipsum dolor sit amet.

#70319c Color CSS Codes

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

#70319c Text Font Color

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

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


#70319c Background Color

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

This div background color is #70319c


#70319c Border Color

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

This div border color is #70319c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70319c


Comments

No comments written yet.

Please login to write comment.