Color Hex Logo

#704361 Color Hex

#704361
(112,67,97)
0 Favorites   0 Comments

Color spaces of #704361

RGB 1126797
HSL0.890.250.35
HSV320°40°44°
CMYK 0.000.400.13   0.56
XYZ10.84698.322112.3439
Yxy8.32210.34420.2641
Hunter Lab28.848116.6321-5.1762
CIE-Lab34.644924.2295-9.4780

#704361 color RGB value is (112,67,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000011 01100001
Octal 160 103 141
Decimal 112 67 97
Hex 70 43 61

RGB Percentages of Color #704361

%40.58
%24.28
%35.14

CMYK Percentages of Color #704361

%0
%40
%13
%56

Triadic Colors of #704361

#704361 #617043 #436170

Analogous Colors of #704361

#704361 #70434b #694370

Monochromatic Colors of #704361

#704361

Complementary Color

#704361 #437052

#704361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704361 Color CSS Codes

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

#704361 Text Font Color

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

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


#704361 Background Color

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

This div background color is #704361


#704361 Border Color

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

This div border color is #704361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704361


Comments

No comments written yet.

Please login to write comment.