Color Hex Logo

#704cab Color Hex

#704CAB
(112,76,171)
0 Favorites   0 Comments

Color spaces of #704cab

RGB 11276171
HSL0.730.380.48
HSV263°56°67°
CMYK 0.350.560.00   0.33
XYZ16.617211.553939.8824
Yxy11.55390.24420.1698
Hunter Lab33.991027.7790-45.7725
CIE-Lab40.498136.0559-45.6886

#704cab color RGB value is (112,76,171).

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

The process color (four color CMYK) of #704cab color hex is 0.35, 0.56, 0.00, 0.33. Web safe color of #704cab is #663399. Color #704cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001100 10101011
Octal 160 114 253
Decimal 112 76 171
Hex 70 4C AB

RGB Percentages of Color #704cab

%31.20
%21.17
%47.63

CMYK Percentages of Color #704cab

%35
%56
%0
%33

Triadic Colors of #704cab

#704cab #ab704c #4cab70

Analogous Colors of #704cab

#704cab #a04cab #4c57ab

Monochromatic Colors of #704cab

#704cab

Complementary Color

#704cab #87ab4c

#704cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#704cab Color CSS Codes

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

#704cab Text Font Color

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

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


#704cab Background Color

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

This div background color is #704cab


#704cab Border Color

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

This div border color is #704cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704cab


Comments

No comments written yet.

Please login to write comment.