Color Hex Logo

#7470ae Color Hex

#7470AE
(116,112,174)
0 Favorites   0 Comments

Color spaces of #7470ae

RGB 116112174
HSL0.680.280.56
HSV244°36°68°
CMYK 0.330.360.00   0.32
XYZ20.636618.357342.5001
Yxy18.35730.25320.2253
Hunter Lab42.845410.9955-28.8203
CIE-Lab49.926616.3511-32.4972

#7470ae color RGB value is (116,112,174).

#7470ae hex color red value is 116, green value is 112 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7470ae hue: 0.68 , saturation: 0.28 and the lightness value of 7470ae is 0.56.

The process color (four color CMYK) of #7470ae color hex is 0.33, 0.36, 0.00, 0.32. Web safe color of #7470ae is #666699. Color #7470ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110000 10101110
Octal 164 160 256
Decimal 116 112 174
Hex 74 70 AE

RGB Percentages of Color #7470ae

%28.86
%27.86
%43.28

CMYK Percentages of Color #7470ae

%33
%36
%0
%32

Triadic Colors of #7470ae

#7470ae #ae7470 #70ae74

Analogous Colors of #7470ae

#7470ae #9370ae #708bae

Monochromatic Colors of #7470ae

#7470ae

Complementary Color

#7470ae #aaae70

#7470ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7470ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7470ae Color CSS Codes

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

#7470ae Text Font Color

<p style="color:#7470ae">Text here</p>

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


#7470ae Background Color

<div style="background-color:#7470ae">
Div content here</div>

This div background color is #7470ae


#7470ae Border Color

<div style="border:3px solid #7470ae">
Div here</div>

This div border color is #7470ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7470ae


Comments

No comments written yet.

Please login to write comment.