Color Hex Logo

#704fad Color Hex

#704FAD
(112,79,173)
0 Favorites   0 Comments

Color spaces of #704fad

RGB 11279173
HSL0.730.370.49
HSV261°54°68°
CMYK 0.350.540.00   0.32
XYZ17.020912.053840.9647
Yxy12.05380.24300.1721
Hunter Lab34.718626.7527-45.6537
CIE-Lab41.301534.8391-45.5864

#704fad color RGB value is (112,79,173).

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

The process color (four color CMYK) of #704fad color hex is 0.35, 0.54, 0.00, 0.32. Web safe color of #704fad is #666699. Color #704fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001111 10101101
Octal 160 117 255
Decimal 112 79 173
Hex 70 4F AD

RGB Percentages of Color #704fad

%30.77
%21.70
%47.53

CMYK Percentages of Color #704fad

%35
%54
%0
%32

Triadic Colors of #704fad

#704fad #ad704f #4fad70

Analogous Colors of #704fad

#704fad #9f4fad #4f5dad

Monochromatic Colors of #704fad

#704fad

Complementary Color

#704fad #8cad4f

#704fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#704fad Color CSS Codes

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

#704fad Text Font Color

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

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


#704fad Background Color

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

This div background color is #704fad


#704fad Border Color

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

This div border color is #704fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704fad


Comments

No comments written yet.

Please login to write comment.