Color Hex Logo

#7a61ad Color Hex

#7A61AD
(122,97,173)
0 Favorites   0 Comments

Color spaces of #7a61ad

RGB 12297173
HSL0.720.320.53
HSV260°44°68°
CMYK 0.290.440.00   0.32
XYZ19.843615.704141.5205
Yxy15.70410.25750.2038
Hunter Lab39.628420.0327-34.3810
CIE-Lab46.583926.8599-37.1289

#7a61ad color RGB value is (122,97,173).

#7a61ad hex color red value is 122, green value is 97 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7a61ad hue: 0.72 , saturation: 0.32 and the lightness value of 7a61ad is 0.53.

The process color (four color CMYK) of #7a61ad color hex is 0.29, 0.44, 0.00, 0.32. Web safe color of #7a61ad is #666699. Color #7a61ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01100001 10101101
Octal 172 141 255
Decimal 122 97 173
Hex 7A 61 AD

RGB Percentages of Color #7a61ad

%31.12
%24.74
%44.13

CMYK Percentages of Color #7a61ad

%29
%44
%0
%32

Triadic Colors of #7a61ad

#7a61ad #ad7a61 #61ad7a

Analogous Colors of #7a61ad

#7a61ad #a061ad #616ead

Monochromatic Colors of #7a61ad

#7a61ad

Complementary Color

#7a61ad #94ad61

#7a61ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a61ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a61ad Color CSS Codes

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

#7a61ad Text Font Color

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

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


#7a61ad Background Color

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

This div background color is #7a61ad


#7a61ad Border Color

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

This div border color is #7a61ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,97,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7a61ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a61ad


Comments

No comments written yet.

Please login to write comment.