Color Hex Logo

#7a11ad Color Hex

#7A11AD
(122,17,173)
0 Favorites   0 Comments

Color spaces of #7a11ad

RGB 12217173
HSL0.780.820.37
HSV280°90°68°
CMYK 0.290.900.00   0.32
XYZ15.76937.555640.1624
Yxy7.55560.24840.1190
Hunter Lab27.487554.3008-67.3884
CIE-Lab33.039763.3659-58.8821

#7a11ad color RGB value is (122,17,173).

#7a11ad hex color red value is 122, green value is 17 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7a11ad hue: 0.78 , saturation: 0.82 and the lightness value of 7a11ad is 0.37.

The process color (four color CMYK) of #7a11ad color hex is 0.29, 0.90, 0.00, 0.32. Web safe color of #7a11ad is #660099. Color #7a11ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 00010001 10101101
Octal 172 21 255
Decimal 122 17 173
Hex 7A 11 AD

RGB Percentages of Color #7a11ad

%39.10
%5.45
%55.45

CMYK Percentages of Color #7a11ad

%29
%90
%0
%32

Triadic Colors of #7a11ad

#7a11ad #ad7a11 #11ad7a

Analogous Colors of #7a11ad

#7a11ad #ad1192 #2c11ad

Monochromatic Colors of #7a11ad

#7a11ad

Complementary Color

#7a11ad #44ad11

#7a11ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a11ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a11ad Color CSS Codes

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

#7a11ad Text Font Color

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

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


#7a11ad Background Color

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

This div background color is #7a11ad


#7a11ad Border Color

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

This div border color is #7a11ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a11ad


Comments

No comments written yet.

Please login to write comment.