Color Hex Logo

#704487 Color Hex

#704487
(112,68,135)
0 Favorites   0 Comments

Color spaces of #704487

RGB 11268135
HSL0.780.330.40
HSV279°50°53°
CMYK 0.170.500.00   0.47
XYZ13.12249.328324.0306
Yxy9.32830.28230.2007
Hunter Lab30.542323.2431-25.2697
CIE-Lab36.608931.6590-30.1594

#704487 color RGB value is (112,68,135).

#704487 hex color red value is 112, green value is 68 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #704487 hue: 0.78 , saturation: 0.33 and the lightness value of 704487 is 0.40.

The process color (four color CMYK) of #704487 color hex is 0.17, 0.50, 0.00, 0.47. Web safe color of #704487 is #663399. Color #704487 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000100 10000111
Octal 160 104 207
Decimal 112 68 135
Hex 70 44 87

RGB Percentages of Color #704487

%35.56
%21.59
%42.86

CMYK Percentages of Color #704487

%17
%50
%0
%47

Triadic Colors of #704487

#704487 #877044 #448770

Analogous Colors of #704487

#704487 #87447d #4f4487

Monochromatic Colors of #704487

#704487

Complementary Color

#704487 #5b8744

#704487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704487 Color CSS Codes

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

#704487 Text Font Color

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

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


#704487 Background Color

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

This div background color is #704487


#704487 Border Color

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

This div border color is #704487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704487


Comments

No comments written yet.

Please login to write comment.