Color Hex Logo

#7605ac Color Hex

#7605AC
(118,5,172)
0 Favorites   0 Comments

Color spaces of #7605ac

RGB 1185172
HSL0.780.940.35
HSV281°97°67°
CMYK 0.310.970.00   0.33
XYZ14.97196.938739.5799
Yxy6.93870.24350.1128
Hunter Lab26.341455.3581-70.6486
CIE-Lab31.666964.5716-60.5520

#7605ac color RGB value is (118,5,172).

#7605ac hex color red value is 118, green value is 5 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7605ac hue: 0.78 , saturation: 0.94 and the lightness value of 7605ac is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000101 10101100
Octal 166 5 254
Decimal 118 5 172
Hex 76 5 AC

RGB Percentages of Color #7605ac

%40.00
%1.69
%58.31

CMYK Percentages of Color #7605ac

%31
%97
%0
%33

Triadic Colors of #7605ac

#7605ac #ac7605 #05ac76

Analogous Colors of #7605ac

#7605ac #ac058f #2305ac

Monochromatic Colors of #7605ac

#7605ac

Complementary Color

#7605ac #3bac05

#7605ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7605ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7605ac Color CSS Codes

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

#7605ac Text Font Color

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

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


#7605ac Background Color

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

This div background color is #7605ac


#7605ac Border Color

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

This div border color is #7605ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7605ac


Comments

No comments written yet.

Please login to write comment.