Color Hex Logo

#704357 Color Hex

#704357
(112,67,87)
0 Favorites   0 Comments

Color spaces of #704357

RGB 1126787
HSL0.930.250.35
HSV333°40°44°
CMYK 0.000.400.22   0.56
XYZ10.40958.147210.0407
Yxy8.14720.36400.2849
Hunter Lab28.543315.1467-0.8762
CIE-Lab34.287622.4648-3.6549

#704357 color RGB value is (112,67,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000011 01010111
Octal 160 103 127
Decimal 112 67 87
Hex 70 43 57

RGB Percentages of Color #704357

%42.11
%25.19
%32.71

CMYK Percentages of Color #704357

%0
%40
%22
%56

Triadic Colors of #704357

#704357 #577043 #435770

Analogous Colors of #704357

#704357 #704643 #70436e

Monochromatic Colors of #704357

#704357

Complementary Color

#704357 #43705c

#704357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704357 Color CSS Codes

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

#704357 Text Font Color

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

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


#704357 Background Color

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

This div background color is #704357


#704357 Border Color

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

This div border color is #704357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704357


Comments

No comments written yet.

Please login to write comment.