Color Hex Logo

#70434e Color Hex

#70434E
(112,67,78)
0 Favorites   0 Comments

Color spaces of #70434e

RGB 1126778
HSL0.960.250.35
HSV345°40°44°
CMYK 0.000.400.30   0.56
XYZ10.06448.00918.2232
Yxy8.00910.38270.3046
Hunter Lab28.300413.95402.5824
CIE-Lab34.001821.02321.6711

#70434e color RGB value is (112,67,78).

#70434e hex color red value is 112, green value is 67 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #70434e hue: 0.96 , saturation: 0.25 and the lightness value of 70434e is 0.35.

The process color (four color CMYK) of #70434e color hex is 0.00, 0.40, 0.30, 0.56. Web safe color of #70434e is #663366. Color #70434e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000011 01001110
Octal 160 103 116
Decimal 112 67 78
Hex 70 43 4E

RGB Percentages of Color #70434e

%43.58
%26.07
%30.35

CMYK Percentages of Color #70434e

%0
%40
%30
%56

Triadic Colors of #70434e

#70434e #4e7043 #434e70

Analogous Colors of #70434e

#70434e #704f43 #704365

Monochromatic Colors of #70434e

#70434e

Complementary Color

#70434e #437065

#70434e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70434e Color Preview on White Background

Lorem ipsum dolor sit amet.

#70434e Color CSS Codes

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

#70434e Text Font Color

<p style="color:#70434e">Text here</p>

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


#70434e Background Color

<div style="background-color:#70434e">
Div content here</div>

This div background color is #70434e


#70434e Border Color

<div style="border:3px solid #70434e">
Div here</div>

This div border color is #70434e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,67,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70434e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70434e;
  -webkit-box-shadow: 1px 1px 3px 2px #70434e;
  box-shadow:         1px 1px 3px 2px #70434e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70434e


Comments

No comments written yet.

Please login to write comment.