Color Hex Logo

#7462aa Color Hex

#7462AA
(116,98,170)
0 Favorites   0 Comments

Color spaces of #7462aa

RGB 11698170
HSL0.710.300.53
HSV255°42°67°
CMYK 0.320.420.00   0.33
XYZ18.825815.350640.0010
Yxy15.35060.25380.2069
Hunter Lab39.179817.2040-33.1068
CIE-Lab46.110723.7388-36.1534

#7462aa color RGB value is (116,98,170).

#7462aa hex color red value is 116, green value is 98 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7462aa hue: 0.71 , saturation: 0.30 and the lightness value of 7462aa is 0.53.

The process color (four color CMYK) of #7462aa color hex is 0.32, 0.42, 0.00, 0.33. Web safe color of #7462aa is #666699. Color #7462aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100010 10101010
Octal 164 142 252
Decimal 116 98 170
Hex 74 62 AA

RGB Percentages of Color #7462aa

%30.21
%25.52
%44.27

CMYK Percentages of Color #7462aa

%32
%42
%0
%33

Triadic Colors of #7462aa

#7462aa #aa7462 #62aa74

Analogous Colors of #7462aa

#7462aa #9862aa #6274aa

Monochromatic Colors of #7462aa

#7462aa

Complementary Color

#7462aa #98aa62

#7462aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7462aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7462aa Color CSS Codes

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

#7462aa Text Font Color

<p style="color:#7462aa">Text here</p>

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


#7462aa Background Color

<div style="background-color:#7462aa">
Div content here</div>

This div background color is #7462aa


#7462aa Border Color

<div style="border:3px solid #7462aa">
Div here</div>

This div border color is #7462aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,98,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7462aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7462aa;
  -webkit-box-shadow: 1px 1px 3px 2px #7462aa;
  box-shadow:         1px 1px 3px 2px #7462aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,98,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7462aa


Comments

No comments written yet.

Please login to write comment.