Color Hex Logo

#704955 Color Hex

#704955
(112,73,85)
0 Favorites   0 Comments

Color spaces of #704955

RGB 1127385
HSL0.950.210.36
HSV342°35°44°
CMYK 0.000.350.24   0.56
XYZ10.70438.86579.7414
Yxy8.86570.36520.3025
Hunter Lab29.775312.06441.4452
CIE-Lab35.724418.5088-0.2707

#704955 color RGB value is (112,73,85).

#704955 hex color red value is 112, green value is 73 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #704955 hue: 0.95 , saturation: 0.21 and the lightness value of 704955 is 0.36.

The process color (four color CMYK) of #704955 color hex is 0.00, 0.35, 0.24, 0.56. Web safe color of #704955 is #663366. Color #704955 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001001 01010101
Octal 160 111 125
Decimal 112 73 85
Hex 70 49 55

RGB Percentages of Color #704955

%41.48
%27.04
%31.48

CMYK Percentages of Color #704955

%0
%35
%24
%56

Triadic Colors of #704955

#704955 #557049 #495570

Analogous Colors of #704955

#704955 #705149 #704969

Monochromatic Colors of #704955

#704955

Complementary Color

#704955 #497064

#704955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704955 Color CSS Codes

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

#704955 Text Font Color

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

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


#704955 Background Color

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

This div background color is #704955


#704955 Border Color

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

This div border color is #704955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704955


Comments

No comments written yet.

Please login to write comment.