Color Hex Logo

#7476ac Color Hex

#7476AC
(116,118,172)
0 Favorites   0 Comments

Color spaces of #7476ac

RGB 116118172
HSL0.660.250.56
HSV238°33°67°
CMYK 0.330.310.00   0.33
XYZ21.127319.648441.7087
Yxy19.64840.25610.2382
Hunter Lab44.32657.5069-24.7599
CIE-Lab51.437312.2027-28.9796

#7476ac color RGB value is (116,118,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110110 10101100
Octal 164 166 254
Decimal 116 118 172
Hex 74 76 AC

RGB Percentages of Color #7476ac

%28.57
%29.06
%42.36

CMYK Percentages of Color #7476ac

%33
%31
%0
%33

Triadic Colors of #7476ac

#7476ac #ac7476 #76ac74

Analogous Colors of #7476ac

#7476ac #8e74ac #7492ac

Monochromatic Colors of #7476ac

#7476ac

Complementary Color

#7476ac #acaa74

#7476ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7476ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7476ac Color CSS Codes

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

#7476ac Text Font Color

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

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


#7476ac Background Color

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

This div background color is #7476ac


#7476ac Border Color

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

This div border color is #7476ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7476ac


Comments

No comments written yet.

Please login to write comment.