Color Hex Logo

#704eac Color Hex

#704EAC
(112,78,172)
0 Favorites   0 Comments

Color spaces of #704eac

RGB 11278172
HSL0.730.380.49
HSV262°55°67°
CMYK 0.350.550.00   0.33
XYZ16.852911.872140.4330
Yxy11.87210.24370.1717
Hunter Lab34.455927.0092-45.4559
CIE-Lab41.012135.1562-45.4579

#704eac color RGB value is (112,78,172).

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

The process color (four color CMYK) of #704eac color hex is 0.35, 0.55, 0.00, 0.33. Web safe color of #704eac is #666699. Color #704eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001110 10101100
Octal 160 116 254
Decimal 112 78 172
Hex 70 4E AC

RGB Percentages of Color #704eac

%30.94
%21.55
%47.51

CMYK Percentages of Color #704eac

%35
%55
%0
%33

Triadic Colors of #704eac

#704eac #ac704e #4eac70

Analogous Colors of #704eac

#704eac #9f4eac #4e5bac

Monochromatic Colors of #704eac

#704eac

Complementary Color

#704eac #8aac4e

#704eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#704eac Color CSS Codes

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

#704eac Text Font Color

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

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


#704eac Background Color

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

This div background color is #704eac


#704eac Border Color

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

This div border color is #704eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704eac


Comments

No comments written yet.

Please login to write comment.