Color Hex Logo

#704fae Color Hex

#704FAE
(112,79,174)
0 Favorites   0 Comments

Color spaces of #704fae

RGB 11279174
HSL0.720.380.50
HSV261°55°68°
CMYK 0.360.550.00   0.32
XYZ17.118112.092741.4763
Yxy12.09270.24220.1711
Hunter Lab34.774627.0128-46.3742
CIE-Lab41.363135.1092-46.0788

#704fae color RGB value is (112,79,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001111 10101110
Octal 160 117 256
Decimal 112 79 174
Hex 70 4F AE

RGB Percentages of Color #704fae

%30.68
%21.64
%47.67

CMYK Percentages of Color #704fae

%36
%55
%0
%32

Triadic Colors of #704fae

#704fae #ae704f #4fae70

Analogous Colors of #704fae

#704fae #a04fae #4f5eae

Monochromatic Colors of #704fae

#704fae

Complementary Color

#704fae #8dae4f

#704fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#704fae Color CSS Codes

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

#704fae Text Font Color

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

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


#704fae Background Color

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

This div background color is #704fae


#704fae Border Color

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

This div border color is #704fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704fae


Comments

No comments written yet.

Please login to write comment.