Color Hex Logo

#704761 Color Hex

#704761
(112,71,97)
0 Favorites   0 Comments

Color spaces of #704761

RGB 1127197
HSL0.890.220.36
HSV322°37°44°
CMYK 0.000.370.13   0.56
XYZ11.09308.814312.4259
Yxy8.81430.34310.2726
Hunter Lab29.688914.7395-4.0328
CIE-Lab35.624321.8285-8.0033

#704761 color RGB value is (112,71,97).

#704761 hex color red value is 112, green value is 71 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #704761 hue: 0.89 , saturation: 0.22 and the lightness value of 704761 is 0.36.

The process color (four color CMYK) of #704761 color hex is 0.00, 0.37, 0.13, 0.56. Web safe color of #704761 is #663366. Color #704761 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000111 01100001
Octal 160 107 141
Decimal 112 71 97
Hex 70 47 61

RGB Percentages of Color #704761

%40.00
%25.36
%34.64

CMYK Percentages of Color #704761

%0
%37
%13
%56

Triadic Colors of #704761

#704761 #617047 #476170

Analogous Colors of #704761

#704761 #70474d #6b4770

Monochromatic Colors of #704761

#704761

Complementary Color

#704761 #477056

#704761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704761 Color CSS Codes

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

#704761 Text Font Color

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

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


#704761 Background Color

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

This div background color is #704761


#704761 Border Color

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

This div border color is #704761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704761


Comments

No comments written yet.

Please login to write comment.