Color Hex Logo

#704764 Color Hex

#704764
(112,71,100)
0 Favorites   0 Comments

Color spaces of #704764

RGB 11271100
HSL0.880.220.36
HSV318°37°44°
CMYK 0.000.370.11   0.56
XYZ11.23568.871313.1767
Yxy8.87130.33760.2665
Hunter Lab29.784715.2117-5.3805
CIE-Lab35.735322.3925-9.7276

#704764 color RGB value is (112,71,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000111 01100100
Octal 160 107 144
Decimal 112 71 100
Hex 70 47 64

RGB Percentages of Color #704764

%39.58
%25.09
%35.34

CMYK Percentages of Color #704764

%0
%37
%11
%56

Triadic Colors of #704764

#704764 #647047 #476470

Analogous Colors of #704764

#704764 #704750 #684770

Monochromatic Colors of #704764

#704764

Complementary Color

#704764 #477053

#704764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704764 Color CSS Codes

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

#704764 Text Font Color

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

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


#704764 Background Color

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

This div background color is #704764


#704764 Border Color

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

This div border color is #704764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704764


Comments

No comments written yet.

Please login to write comment.