Color Hex Logo

#704687 Color Hex

#704687
(112,70,135)
0 Favorites   0 Comments

Color spaces of #704687

RGB 11270135
HSL0.770.320.40
HSV279°48°53°
CMYK 0.170.480.00   0.47
XYZ13.24549.574324.0716
Yxy9.57430.28250.2042
Hunter Lab30.942422.2608-24.4650
CIE-Lab37.067330.4878-29.4377

#704687 color RGB value is (112,70,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000110 10000111
Octal 160 106 207
Decimal 112 70 135
Hex 70 46 87

RGB Percentages of Color #704687

%35.33
%22.08
%42.59

CMYK Percentages of Color #704687

%17
%48
%0
%47

Triadic Colors of #704687

#704687 #877046 #468770

Analogous Colors of #704687

#704687 #87467e #504687

Monochromatic Colors of #704687

#704687

Complementary Color

#704687 #5d8746

#704687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704687 Color CSS Codes

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

#704687 Text Font Color

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

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


#704687 Background Color

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

This div background color is #704687


#704687 Border Color

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

This div border color is #704687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704687


Comments

No comments written yet.

Please login to write comment.