Color Hex Logo

#7472ac Color Hex

#7472AC
(116,114,172)
0 Favorites   0 Comments

Color spaces of #7472ac

RGB 116114172
HSL0.670.260.56
HSV242°34°67°
CMYK 0.330.340.00   0.33
XYZ20.666218.726241.5550
Yxy18.72620.25530.2313
Hunter Lab43.27389.5169-26.6434
CIE-Lab50.365314.6038-30.6493

#7472ac color RGB value is (116,114,172).

#7472ac hex color red value is 116, green value is 114 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7472ac hue: 0.67 , saturation: 0.26 and the lightness value of 7472ac is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110010 10101100
Octal 164 162 254
Decimal 116 114 172
Hex 74 72 AC

RGB Percentages of Color #7472ac

%28.86
%28.36
%42.79

CMYK Percentages of Color #7472ac

%33
%34
%0
%33

Triadic Colors of #7472ac

#7472ac #ac7472 #72ac74

Analogous Colors of #7472ac

#7472ac #9172ac #728dac

Monochromatic Colors of #7472ac

#7472ac

Complementary Color

#7472ac #aaac72

#7472ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7472ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7472ac Color CSS Codes

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

#7472ac Text Font Color

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

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


#7472ac Background Color

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

This div background color is #7472ac


#7472ac Border Color

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

This div border color is #7472ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7472ac


Comments

No comments written yet.

Please login to write comment.