Color Hex Logo

#70318a Color Hex

#70318A
(112,49,138)
0 Favorites   0 Comments

Color spaces of #70318a

RGB 11249138
HSL0.780.480.37
HSV282°64°54°
CMYK 0.190.640.00   0.46
XYZ12.36787.476324.8360
Yxy7.47630.27680.1673
Hunter Lab27.342832.8898-34.7142
CIE-Lab32.867542.7339-37.9455

#70318a color RGB value is (112,49,138).

#70318a hex color red value is 112, green value is 49 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #70318a hue: 0.78 , saturation: 0.48 and the lightness value of 70318a is 0.37.

The process color (four color CMYK) of #70318a color hex is 0.19, 0.64, 0.00, 0.46. Web safe color of #70318a is #663399. Color #70318a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110001 10001010
Octal 160 61 212
Decimal 112 49 138
Hex 70 31 8A

RGB Percentages of Color #70318a

%37.46
%16.39
%46.15

CMYK Percentages of Color #70318a

%19
%64
%0
%46

Triadic Colors of #70318a

#70318a #8a7031 #318a70

Analogous Colors of #70318a

#70318a #8a3178 #43318a

Monochromatic Colors of #70318a

#70318a

Complementary Color

#70318a #4b8a31

#70318a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70318a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70318a Color CSS Codes

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

#70318a Text Font Color

<p style="color:#70318a">Text here</p>

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


#70318a Background Color

<div style="background-color:#70318a">
Div content here</div>

This div background color is #70318a


#70318a Border Color

<div style="border:3px solid #70318a">
Div here</div>

This div border color is #70318a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70318a


Comments

No comments written yet.

Please login to write comment.