Color Hex Logo

#70468a Color Hex

#70468A
(112,70,138)
0 Favorites   0 Comments

Color spaces of #70468a

RGB 11270138
HSL0.770.330.41
HSV277°49°54°
CMYK 0.190.490.00   0.46
XYZ13.45979.660025.1999
Yxy9.66000.27860.1999
Hunter Lab31.080522.9100-26.3156
CIE-Lab37.225231.1979-31.0262

#70468a color RGB value is (112,70,138).

#70468a hex color red value is 112, green value is 70 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #70468a hue: 0.77 , saturation: 0.33 and the lightness value of 70468a is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000110 10001010
Octal 160 106 212
Decimal 112 70 138
Hex 70 46 8A

RGB Percentages of Color #70468a

%35.00
%21.88
%43.13

CMYK Percentages of Color #70468a

%19
%49
%0
%46

Triadic Colors of #70468a

#70468a #8a7046 #468a70

Analogous Colors of #70468a

#70468a #8a4682 #4e468a

Monochromatic Colors of #70468a

#70468a

Complementary Color

#70468a #608a46

#70468a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70468a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70468a Color CSS Codes

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

#70468a Text Font Color

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

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


#70468a Background Color

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

This div background color is #70468a


#70468a Border Color

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

This div border color is #70468a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70468a


Comments

No comments written yet.

Please login to write comment.