Color Hex Logo

#704965 Color Hex

#704965
(112,73,101)
0 Favorites   0 Comments

Color spaces of #704965

RGB 11273101
HSL0.880.210.36
HSV317°35°44°
CMYK 0.000.350.10   0.56
XYZ11.41369.149413.4764
Yxy9.14940.33530.2688
Hunter Lab30.248014.4202-5.2419
CIE-Lab36.270421.3753-9.5495

#704965 color RGB value is (112,73,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001001 01100101
Octal 160 111 145
Decimal 112 73 101
Hex 70 49 65

RGB Percentages of Color #704965

%39.16
%25.52
%35.31

CMYK Percentages of Color #704965

%0
%35
%10
%56

Triadic Colors of #704965

#704965 #657049 #496570

Analogous Colors of #704965

#704965 #704952 #684970

Monochromatic Colors of #704965

#704965

Complementary Color

#704965 #497054

#704965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704965 Color CSS Codes

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

#704965 Text Font Color

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

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


#704965 Background Color

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

This div background color is #704965


#704965 Border Color

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

This div border color is #704965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704965


Comments

No comments written yet.

Please login to write comment.