Color Hex Logo

#7313ac Color Hex

#7313AC
(115,19,172)
0 Favorites   0 Comments

Color spaces of #7313ac

RGB 11519172
HSL0.770.800.37
HSV278°89°67°
CMYK 0.330.890.00   0.33
XYZ14.74957.089139.6207
Yxy7.08910.24000.1153
Hunter Lab26.625452.2882-69.5906
CIE-Lab32.008961.7540-60.0115

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

#7313ac hex color red value is 115, green value is 19 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7313ac hue: 0.77 , saturation: 0.80 and the lightness value of 7313ac is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00010011 10101100
Octal 163 23 254
Decimal 115 19 172
Hex 73 13 AC

RGB Percentages of Color #7313ac

%37.58
%6.21
%56.21

CMYK Percentages of Color #7313ac

%33
%89
%0
%33

Triadic Colors of #7313ac

#7313ac #ac7313 #13ac73

Analogous Colors of #7313ac

#7313ac #ac1399 #2713ac

Monochromatic Colors of #7313ac

#7313ac

Complementary Color

#7313ac #4cac13

#7313ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7313ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7313ac Color CSS Codes

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

#7313ac Text Font Color

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

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


#7313ac Background Color

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

This div background color is #7313ac


#7313ac Border Color

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

This div border color is #7313ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7313ac


Comments

No comments written yet.

Please login to write comment.