Color Hex Logo

#7613ac Color Hex

#7613AC
(118,19,172)
0 Favorites   0 Comments

Color spaces of #7613ac

RGB 11819172
HSL0.770.800.37
HSV279°89°67°
CMYK 0.310.890.00   0.33
XYZ15.15057.295939.6394
Yxy7.29590.24400.1175
Hunter Lab27.010952.8520-68.1023
CIE-Lab32.471362.1743-59.2368

#7613ac color RGB value is (118,19,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010011 10101100
Octal 166 23 254
Decimal 118 19 172
Hex 76 13 AC

RGB Percentages of Color #7613ac

%38.19
%6.15
%55.66

CMYK Percentages of Color #7613ac

%31
%89
%0
%33

Triadic Colors of #7613ac

#7613ac #ac7613 #13ac76

Analogous Colors of #7613ac

#7613ac #ac1396 #2a13ac

Monochromatic Colors of #7613ac

#7613ac

Complementary Color

#7613ac #49ac13

#7613ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7613ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7613ac Color CSS Codes

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

#7613ac Text Font Color

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

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


#7613ac Background Color

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

This div background color is #7613ac


#7613ac Border Color

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

This div border color is #7613ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7613ac


Comments

No comments written yet.

Please login to write comment.