Color Hex Logo

#7a65ac Color Hex

#7A65AC
(122,101,172)
0 Favorites   0 Comments

Color spaces of #7a65ac

RGB 122101172
HSL0.720.300.54
HSV258°41°67°
CMYK 0.290.410.00   0.33
XYZ20.126116.423541.1390
Yxy16.42350.25910.2114
Hunter Lab40.525917.7268-31.8188
CIE-Lab47.525324.2030-35.0602

#7a65ac color RGB value is (122,101,172).

#7a65ac hex color red value is 122, green value is 101 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7a65ac hue: 0.72 , saturation: 0.30 and the lightness value of 7a65ac is 0.54.

The process color (four color CMYK) of #7a65ac color hex is 0.29, 0.41, 0.00, 0.33. Web safe color of #7a65ac is #666699. Color #7a65ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01100101 10101100
Octal 172 145 254
Decimal 122 101 172
Hex 7A 65 AC

RGB Percentages of Color #7a65ac

%30.89
%25.57
%43.54

CMYK Percentages of Color #7a65ac

%29
%41
%0
%33

Triadic Colors of #7a65ac

#7a65ac #ac7a65 #65ac7a

Analogous Colors of #7a65ac

#7a65ac #9e65ac #6574ac

Monochromatic Colors of #7a65ac

#7a65ac

Complementary Color

#7a65ac #97ac65

#7a65ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a65ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a65ac Color CSS Codes

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

#7a65ac Text Font Color

<p style="color:#7a65ac">Text here</p>

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


#7a65ac Background Color

<div style="background-color:#7a65ac">
Div content here</div>

This div background color is #7a65ac


#7a65ac Border Color

<div style="border:3px solid #7a65ac">
Div here</div>

This div border color is #7a65ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,101,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7a65ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7a65ac;
  -webkit-box-shadow: 1px 1px 3px 2px #7a65ac;
  box-shadow:         1px 1px 3px 2px #7a65ac; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a65ac


Comments

No comments written yet.

Please login to write comment.