Color Hex Logo

#7461ac Color Hex

#7461AC
(116,97,172)
0 Favorites   0 Comments

Color spaces of #7461ac

RGB 11697172
HSL0.710.310.53
HSV255°44°67°
CMYK 0.330.440.00   0.33
XYZ18.923515.240940.9741
Yxy15.24090.25180.2028
Hunter Lab39.039618.2043-34.9002
CIE-Lab45.962424.8814-37.5614

#7461ac color RGB value is (116,97,172).

#7461ac hex color red value is 116, green value is 97 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7461ac hue: 0.71 , saturation: 0.31 and the lightness value of 7461ac is 0.53.

The process color (four color CMYK) of #7461ac color hex is 0.33, 0.44, 0.00, 0.33. Web safe color of #7461ac is #666699. Color #7461ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100001 10101100
Octal 164 141 254
Decimal 116 97 172
Hex 74 61 AC

RGB Percentages of Color #7461ac

%30.13
%25.19
%44.68

CMYK Percentages of Color #7461ac

%33
%44
%0
%33

Triadic Colors of #7461ac

#7461ac #ac7461 #61ac74

Analogous Colors of #7461ac

#7461ac #9a61ac #6174ac

Monochromatic Colors of #7461ac

#7461ac

Complementary Color

#7461ac #99ac61

#7461ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7461ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7461ac Color CSS Codes

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

#7461ac Text Font Color

<p style="color:#7461ac">Text here</p>

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


#7461ac Background Color

<div style="background-color:#7461ac">
Div content here</div>

This div background color is #7461ac


#7461ac Border Color

<div style="border:3px solid #7461ac">
Div here</div>

This div border color is #7461ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,97,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7461ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7461ac;
  -webkit-box-shadow: 1px 1px 3px 2px #7461ac;
  box-shadow:         1px 1px 3px 2px #7461ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7461ac


Comments

No comments written yet.

Please login to write comment.