Color Hex Logo

#70348a Color Hex

#70348A
(112,52,138)
0 Favorites   0 Comments

Color spaces of #70348a

RGB 11252138
HSL0.780.450.37
HSV282°62°54°
CMYK 0.190.620.00   0.46
XYZ12.49757.735724.8792
Yxy7.73570.27700.1715
Hunter Lab27.813131.5339-33.5665
CIE-Lab33.426341.2080-37.0529

#70348a color RGB value is (112,52,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110100 10001010
Octal 160 64 212
Decimal 112 52 138
Hex 70 34 8A

RGB Percentages of Color #70348a

%37.09
%17.22
%45.70

CMYK Percentages of Color #70348a

%19
%62
%0
%46

Triadic Colors of #70348a

#70348a #8a7034 #348a70

Analogous Colors of #70348a

#70348a #8a3479 #45348a

Monochromatic Colors of #70348a

#70348a

Complementary Color

#70348a #4e8a34

#70348a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70348a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70348a Color CSS Codes

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

#70348a Text Font Color

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

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


#70348a Background Color

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

This div background color is #70348a


#70348a Border Color

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

This div border color is #70348a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70348a


Comments

No comments written yet.

Please login to write comment.