Color Hex Logo

#704fa6 Color Hex

#704FA6
(112,79,166)
0 Favorites   0 Comments

Color spaces of #704fa6

RGB 11279166
HSL0.730.360.48
HSV263°52°65°
CMYK 0.330.520.00   0.35
XYZ16.361011.789937.4897
Yxy11.78990.24930.1796
Hunter Lab34.336424.9649-40.6994
CIE-Lab40.880232.9647-42.1089

#704fa6 color RGB value is (112,79,166).

#704fa6 hex color red value is 112, green value is 79 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #704fa6 hue: 0.73 , saturation: 0.36 and the lightness value of 704fa6 is 0.48.

The process color (four color CMYK) of #704fa6 color hex is 0.33, 0.52, 0.00, 0.35. Web safe color of #704fa6 is #666699. Color #704fa6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001111 10100110
Octal 160 117 246
Decimal 112 79 166
Hex 70 4F A6

RGB Percentages of Color #704fa6

%31.37
%22.13
%46.50

CMYK Percentages of Color #704fa6

%33
%52
%0
%35

Triadic Colors of #704fa6

#704fa6 #a6704f #4fa670

Analogous Colors of #704fa6

#704fa6 #9c4fa6 #4f5aa6

Monochromatic Colors of #704fa6

#704fa6

Complementary Color

#704fa6 #85a64f

#704fa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704fa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704fa6 Color CSS Codes

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

#704fa6 Text Font Color

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

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


#704fa6 Background Color

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

This div background color is #704fa6


#704fa6 Border Color

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

This div border color is #704fa6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,79,166, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #704fa6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #704fa6;
  -webkit-box-shadow: 1px 1px 3px 2px #704fa6;
  box-shadow:         1px 1px 3px 2px #704fa6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704fa6


Comments

No comments written yet.

Please login to write comment.