Color Hex Logo

#70346c Color Hex

#70346C
(112,52,108)
0 Favorites   0 Comments

Color spaces of #70346c

RGB 11252108
HSL0.840.370.32
HSV304°54°44°
CMYK 0.000.540.04   0.56
XYZ10.61696.983414.9757
Yxy6.98340.32590.2144
Hunter Lab26.426125.4680-15.1014
CIE-Lab31.769134.8987-20.8774

#70346c color RGB value is (112,52,108).

#70346c hex color red value is 112, green value is 52 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #70346c hue: 0.84 , saturation: 0.37 and the lightness value of 70346c is 0.32.

The process color (four color CMYK) of #70346c color hex is 0.00, 0.54, 0.04, 0.56. Web safe color of #70346c is #663366. Color #70346c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110100 01101100
Octal 160 64 154
Decimal 112 52 108
Hex 70 34 6C

RGB Percentages of Color #70346c

%41.18
%19.12
%39.71

CMYK Percentages of Color #70346c

%0
%54
%4
%56

Triadic Colors of #70346c

#70346c #6c7034 #346c70

Analogous Colors of #70346c

#70346c #70344e #563470

Monochromatic Colors of #70346c

#70346c

Complementary Color

#70346c #347038

#70346c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70346c Color Preview on White Background

Lorem ipsum dolor sit amet.

#70346c Color CSS Codes

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

#70346c Text Font Color

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

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


#70346c Background Color

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

This div background color is #70346c


#70346c Border Color

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

This div border color is #70346c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70346c


Comments

No comments written yet.

Please login to write comment.