Color Hex Logo

#70436d Color Hex

#70436D
(112,67,109)
0 Favorites   0 Comments

Color spaces of #70436d

RGB 11267109
HSL0.840.250.35
HSV304°40°44°
CMYK 0.000.400.03   0.56
XYZ11.44968.563215.5174
Yxy8.56320.32220.2410
Hunter Lab29.262918.6309-10.9559
CIE-Lab35.129326.5526-16.3139

#70436d color RGB value is (112,67,109).

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

The process color (four color CMYK) of #70436d color hex is 0.00, 0.40, 0.03, 0.56. Web safe color of #70436d is #663366. Color #70436d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000011 01101101
Octal 160 103 155
Decimal 112 67 109
Hex 70 43 6D

RGB Percentages of Color #70436d

%38.89
%23.26
%37.85

CMYK Percentages of Color #70436d

%0
%40
%3
%56

Triadic Colors of #70436d

#70436d #6d7043 #436d70

Analogous Colors of #70436d

#70436d #704356 #5d4370

Monochromatic Colors of #70436d

#70436d

Complementary Color

#70436d #437046

#70436d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70436d Color Preview on White Background

Lorem ipsum dolor sit amet.

#70436d Color CSS Codes

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

#70436d Text Font Color

<p style="color:#70436d">Text here</p>

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


#70436d Background Color

<div style="background-color:#70436d">
Div content here</div>

This div background color is #70436d


#70436d Border Color

<div style="border:3px solid #70436d">
Div here</div>

This div border color is #70436d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70436d


Comments

No comments written yet.

Please login to write comment.