Color Hex Logo

#704aad Color Hex

#704AAD
(112,74,173)
0 Favorites   0 Comments

Color spaces of #704aad

RGB 11274173
HSL0.730.400.48
HSV263°57°68°
CMYK 0.350.570.00   0.32
XYZ16.673711.359440.8490
Yxy11.35940.24210.1649
Hunter Lab33.703729.3250-48.2671
CIE-Lab40.179337.7467-47.3851

#704aad color RGB value is (112,74,173).

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

The process color (four color CMYK) of #704aad color hex is 0.35, 0.57, 0.00, 0.32. Web safe color of #704aad is #663399. Color #704aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001010 10101101
Octal 160 112 255
Decimal 112 74 173
Hex 70 4A AD

RGB Percentages of Color #704aad

%31.20
%20.61
%48.19

CMYK Percentages of Color #704aad

%35
%57
%0
%32

Triadic Colors of #704aad

#704aad #ad704a #4aad70

Analogous Colors of #704aad

#704aad #a24aad #4a56ad

Monochromatic Colors of #704aad

#704aad

Complementary Color

#704aad #87ad4a

#704aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#704aad Color CSS Codes

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

#704aad Text Font Color

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

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


#704aad Background Color

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

This div background color is #704aad


#704aad Border Color

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

This div border color is #704aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704aad


Comments

No comments written yet.

Please login to write comment.