Color Hex Logo

#7460ae Color Hex

#7460AE
(116,96,174)
0 Favorites   0 Comments

Color spaces of #7460ae

RGB 11696174
HSL0.710.330.53
HSV255°45°68°
CMYK 0.330.450.00   0.32
XYZ19.025315.134741.9630
Yxy15.13470.24990.1988
Hunter Lab38.903319.2128-36.7207
CIE-Lab45.818126.0258-38.9625

#7460ae color RGB value is (116,96,174).

#7460ae hex color red value is 116, green value is 96 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7460ae hue: 0.71 , saturation: 0.33 and the lightness value of 7460ae is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100000 10101110
Octal 164 140 256
Decimal 116 96 174
Hex 74 60 AE

RGB Percentages of Color #7460ae

%30.05
%24.87
%45.08

CMYK Percentages of Color #7460ae

%33
%45
%0
%32

Triadic Colors of #7460ae

#7460ae #ae7460 #60ae74

Analogous Colors of #7460ae

#7460ae #9b60ae #6073ae

Monochromatic Colors of #7460ae

#7460ae

Complementary Color

#7460ae #9aae60

#7460ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7460ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7460ae Color CSS Codes

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

#7460ae Text Font Color

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

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


#7460ae Background Color

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

This div background color is #7460ae


#7460ae Border Color

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

This div border color is #7460ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7460ae


Comments

No comments written yet.

Please login to write comment.