Color Hex Logo

#70354e Color Hex

#70354E
(112,53,78)
0 Favorites   0 Comments

Color spaces of #70354e

RGB 1125378
HSL0.930.360.32
HSV335°53°44°
CMYK 0.000.530.30   0.56
XYZ9.33036.54107.9785
Yxy6.54100.39120.2743
Hunter Lab25.575420.3627-0.5934
CIE-Lab30.738329.1931-3.1087

#70354e color RGB value is (112,53,78).

#70354e hex color red value is 112, green value is 53 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #70354e hue: 0.93 , saturation: 0.36 and the lightness value of 70354e is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110101 01001110
Octal 160 65 116
Decimal 112 53 78
Hex 70 35 4E

RGB Percentages of Color #70354e

%46.09
%21.81
%32.10

CMYK Percentages of Color #70354e

%0
%53
%30
%56

Triadic Colors of #70354e

#70354e #4e7035 #354e70

Analogous Colors of #70354e

#70354e #703a35 #70356c

Monochromatic Colors of #70354e

#70354e

Complementary Color

#70354e #357057

#70354e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70354e Color Preview on White Background

Lorem ipsum dolor sit amet.

#70354e Color CSS Codes

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

#70354e Text Font Color

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

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


#70354e Background Color

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

This div background color is #70354e


#70354e Border Color

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

This div border color is #70354e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70354e


Comments

No comments written yet.

Please login to write comment.