Color Hex Logo

#704555 Color Hex

#704555
(112,69,85)
0 Favorites   0 Comments

Color spaces of #704555

RGB 1126985
HSL0.940.240.35
HSV338°38°44°
CMYK 0.000.380.24   0.56
XYZ10.44998.35699.6566
Yxy8.35690.36710.2936
Hunter Lab28.908313.93540.4304
CIE-Lab34.715420.9299-1.7501

#704555 color RGB value is (112,69,85).

#704555 hex color red value is 112, green value is 69 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #704555 hue: 0.94 , saturation: 0.24 and the lightness value of 704555 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000101 01010101
Octal 160 105 125
Decimal 112 69 85
Hex 70 45 55

RGB Percentages of Color #704555

%42.11
%25.94
%31.95

CMYK Percentages of Color #704555

%0
%38
%24
%56

Triadic Colors of #704555

#704555 #557045 #455570

Analogous Colors of #704555

#704555 #704b45 #70456b

Monochromatic Colors of #704555

#704555

Complementary Color

#704555 #457060

#704555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704555 Color CSS Codes

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

#704555 Text Font Color

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

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


#704555 Background Color

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

This div background color is #704555


#704555 Border Color

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

This div border color is #704555


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,69,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 #704555">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704555


Comments

No comments written yet.

Please login to write comment.