Color Hex Logo

#7462ab Color Hex

#7462AB
(116,98,171)
0 Favorites   0 Comments

Color spaces of #7462ab

RGB 11698171
HSL0.710.300.53
HSV255°43°67°
CMYK 0.320.430.00   0.33
XYZ18.920815.388640.5011
Yxy15.38860.25290.2057
Hunter Lab39.228317.4455-33.7539
CIE-Lab46.161924.0075-36.6596

#7462ab color RGB value is (116,98,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100010 10101011
Octal 164 142 253
Decimal 116 98 171
Hex 74 62 AB

RGB Percentages of Color #7462ab

%30.13
%25.45
%44.42

CMYK Percentages of Color #7462ab

%32
%43
%0
%33

Triadic Colors of #7462ab

#7462ab #ab7462 #62ab74

Analogous Colors of #7462ab

#7462ab #9962ab #6275ab

Monochromatic Colors of #7462ab

#7462ab

Complementary Color

#7462ab #99ab62

#7462ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7462ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7462ab Color CSS Codes

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

#7462ab Text Font Color

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

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


#7462ab Background Color

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

This div background color is #7462ab


#7462ab Border Color

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

This div border color is #7462ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7462ab


Comments

No comments written yet.

Please login to write comment.