Color Hex Logo

#7373ac Color Hex

#7373AC
(115,115,172)
0 Favorites   0 Comments

Color spaces of #7373ac

RGB 115115172
HSL0.670.260.56
HSV240°33°67°
CMYK 0.330.330.00   0.33
XYZ20.647418.884941.5866
Yxy18.88490.25450.2328
Hunter Lab43.45688.7605-26.3187
CIE-Lab50.552313.7068-30.3637

#7373ac color RGB value is (115,115,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110011 10101100
Octal 163 163 254
Decimal 115 115 172
Hex 73 73 AC

RGB Percentages of Color #7373ac

%28.61
%28.61
%42.79

CMYK Percentages of Color #7373ac

%33
%33
%0
%33

Triadic Colors of #7373ac

#7373ac #ac7373 #73ac73

Analogous Colors of #7373ac

#7373ac #9073ac #7390ac

Monochromatic Colors of #7373ac

#7373ac

Complementary Color

#7373ac #acac73

#7373ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7373ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7373ac Color CSS Codes

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

#7373ac Text Font Color

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

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


#7373ac Background Color

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

This div background color is #7373ac


#7373ac Border Color

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

This div border color is #7373ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7373ac


Comments

No comments written yet.

Please login to write comment.