Color Hex Logo

#704faf Color Hex

#704FAF
(112,79,175)
0 Favorites   0 Comments

Color spaces of #704faf

RGB 11279175
HSL0.720.380.50
HSV261°55°69°
CMYK 0.360.550.00   0.31
XYZ17.215912.131941.9917
Yxy12.13190.24130.1701
Hunter Lab34.830927.2734-47.0977
CIE-Lab41.425035.3790-46.5701

#704faf color RGB value is (112,79,175).

#704faf hex color red value is 112, green value is 79 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #704faf hue: 0.72 , saturation: 0.38 and the lightness value of 704faf is 0.50.

The process color (four color CMYK) of #704faf color hex is 0.36, 0.55, 0.00, 0.31. Web safe color of #704faf is #666699. Color #704faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001111 10101111
Octal 160 117 257
Decimal 112 79 175
Hex 70 4F AF

RGB Percentages of Color #704faf

%30.60
%21.58
%47.81

CMYK Percentages of Color #704faf

%36
%55
%0
%31

Triadic Colors of #704faf

#704faf #af704f #4faf70

Analogous Colors of #704faf

#704faf #a04faf #4f5eaf

Monochromatic Colors of #704faf

#704faf

Complementary Color

#704faf #8eaf4f

#704faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#704faf Color CSS Codes

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

#704faf Text Font Color

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

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


#704faf Background Color

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

This div background color is #704faf


#704faf Border Color

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

This div border color is #704faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704faf


Comments

No comments written yet.

Please login to write comment.