Color Hex Logo

#7326ac Color Hex

#7326AC
(115,38,172)
0 Favorites   0 Comments

Color spaces of #7326ac

RGB 11538172
HSL0.760.640.41
HSV274°78°67°
CMYK 0.330.780.00   0.33
XYZ15.20978.009639.7741
Yxy8.00960.24140.1271
Hunter Lab28.301246.4026-63.5143
CIE-Lab34.002955.9251-56.7577

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

#7326ac hex color red value is 115, green value is 38 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7326ac hue: 0.76 , saturation: 0.64 and the lightness value of 7326ac is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00100110 10101100
Octal 163 46 254
Decimal 115 38 172
Hex 73 26 AC

RGB Percentages of Color #7326ac

%35.38
%11.69
%52.92

CMYK Percentages of Color #7326ac

%33
%78
%0
%33

Triadic Colors of #7326ac

#7326ac #ac7326 #26ac73

Analogous Colors of #7326ac

#7326ac #ac26a2 #3026ac

Monochromatic Colors of #7326ac

#7326ac

Complementary Color

#7326ac #5fac26

#7326ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7326ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7326ac Color CSS Codes

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

#7326ac Text Font Color

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

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


#7326ac Background Color

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

This div background color is #7326ac


#7326ac Border Color

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

This div border color is #7326ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7326ac


Comments

No comments written yet.

Please login to write comment.