Color Hex Logo

#704aaf Color Hex

#704AAF
(112,74,175)
0 Favorites   0 Comments

Color spaces of #704aaf

RGB 11274175
HSL0.730.410.49
HSV263°58°69°
CMYK 0.360.580.00   0.31
XYZ16.868711.437441.8760
Yxy11.43740.24040.1630
Hunter Lab33.819229.8504-49.7412
CIE-Lab40.307638.2806-48.3628

#704aaf color RGB value is (112,74,175).

#704aaf hex color red value is 112, green value is 74 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #704aaf hue: 0.73 , saturation: 0.41 and the lightness value of 704aaf is 0.49.

The process color (four color CMYK) of #704aaf color hex is 0.36, 0.58, 0.00, 0.31. Web safe color of #704aaf is #663399. Color #704aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001010 10101111
Octal 160 112 257
Decimal 112 74 175
Hex 70 4A AF

RGB Percentages of Color #704aaf

%31.02
%20.50
%48.48

CMYK Percentages of Color #704aaf

%36
%58
%0
%31

Triadic Colors of #704aaf

#704aaf #af704a #4aaf70

Analogous Colors of #704aaf

#704aaf #a34aaf #4a56af

Monochromatic Colors of #704aaf

#704aaf

Complementary Color

#704aaf #89af4a

#704aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#704aaf Color CSS Codes

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

#704aaf Text Font Color

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

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


#704aaf Background Color

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

This div background color is #704aaf


#704aaf Border Color

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

This div border color is #704aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704aaf


Comments

No comments written yet.

Please login to write comment.