Color Hex Logo

#70435b Color Hex

#70435B
(112,67,91)
0 Favorites   0 Comments

Color spaces of #70435b

RGB 1126791
HSL0.910.250.35
HSV328°40°44°
CMYK 0.000.400.19   0.56
XYZ10.57768.214410.9256
Yxy8.21440.35590.2764
Hunter Lab28.660815.7212-2.5390
CIE-Lab34.425523.1513-5.9972

#70435b color RGB value is (112,67,91).

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

The process color (four color CMYK) of #70435b color hex is 0.00, 0.40, 0.19, 0.56. Web safe color of #70435b is #663366. Color #70435b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000011 01011011
Octal 160 103 133
Decimal 112 67 91
Hex 70 43 5B

RGB Percentages of Color #70435b

%41.48
%24.81
%33.70

CMYK Percentages of Color #70435b

%0
%40
%19
%56

Triadic Colors of #70435b

#70435b #5b7043 #435b70

Analogous Colors of #70435b

#70435b #704345 #6f4370

Monochromatic Colors of #70435b

#70435b

Complementary Color

#70435b #437058

#70435b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70435b Color Preview on White Background

Lorem ipsum dolor sit amet.

#70435b Color CSS Codes

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

#70435b Text Font Color

<p style="color:#70435b">Text here</p>

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


#70435b Background Color

<div style="background-color:#70435b">
Div content here</div>

This div background color is #70435b


#70435b Border Color

<div style="border:3px solid #70435b">
Div here</div>

This div border color is #70435b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70435b


Comments

No comments written yet.

Please login to write comment.