Color Hex Logo

#704fac Color Hex

#704FAC
(112,79,172)
0 Favorites   0 Comments

Color spaces of #704fac

RGB 11279172
HSL0.730.370.49
HSV261°54°67°
CMYK 0.350.540.00   0.33
XYZ16.924512.015340.4569
Yxy12.01530.24390.1731
Hunter Lab34.663126.4935-44.9359
CIE-Lab41.240434.5693-45.0926

#704fac color RGB value is (112,79,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001111 10101100
Octal 160 117 254
Decimal 112 79 172
Hex 70 4F AC

RGB Percentages of Color #704fac

%30.85
%21.76
%47.38

CMYK Percentages of Color #704fac

%35
%54
%0
%33

Triadic Colors of #704fac

#704fac #ac704f #4fac70

Analogous Colors of #704fac

#704fac #9f4fac #4f5dac

Monochromatic Colors of #704fac

#704fac

Complementary Color

#704fac #8bac4f

#704fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#704fac Color CSS Codes

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

#704fac Text Font Color

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

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


#704fac Background Color

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

This div background color is #704fac


#704fac Border Color

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

This div border color is #704fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704fac


Comments

No comments written yet.

Please login to write comment.