Color Hex Logo

#704eab Color Hex

#704EAB
(112,78,171)
0 Favorites   0 Comments

Color spaces of #704eab

RGB 11278171
HSL0.730.370.49
HSV262°54°67°
CMYK 0.350.540.00   0.33
XYZ16.757211.833839.9290
Yxy11.83380.24460.1727
Hunter Lab34.400326.7511-44.7387
CIE-Lab40.950734.8880-44.9639

#704eab color RGB value is (112,78,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01001110 10101011
Octal 160 116 253
Decimal 112 78 171
Hex 70 4E AB

RGB Percentages of Color #704eab

%31.02
%21.61
%47.37

CMYK Percentages of Color #704eab

%35
%54
%0
%33

Triadic Colors of #704eab

#704eab #ab704e #4eab70

Analogous Colors of #704eab

#704eab #9f4eab #4e5bab

Monochromatic Colors of #704eab

#704eab

Complementary Color

#704eab #89ab4e

#704eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#704eab Color CSS Codes

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

#704eab Text Font Color

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

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


#704eab Background Color

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

This div background color is #704eab


#704eab Border Color

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

This div border color is #704eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704eab


Comments

No comments written yet.

Please login to write comment.