Color Hex Logo

#7111aa Color Hex

#7111AA
(113,17,170)
0 Favorites   0 Comments

Color spaces of #7111aa

RGB 11317170
HSL0.770.820.37
HSV278°90°67°
CMYK 0.340.900.00   0.33
XYZ14.26626.813938.5935
Yxy6.81390.23910.1142
Hunter Lab26.103451.8738-69.3868
CIE-Lab31.379461.4997-59.8520

#7111aa color RGB value is (113,17,170).

#7111aa hex color red value is 113, green value is 17 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7111aa hue: 0.77 , saturation: 0.82 and the lightness value of 7111aa is 0.37.

The process color (four color CMYK) of #7111aa color hex is 0.34, 0.90, 0.00, 0.33. Web safe color of #7111aa is #660099. Color #7111aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010001 10101010
Octal 161 21 252
Decimal 113 17 170
Hex 71 11 AA

RGB Percentages of Color #7111aa

%37.67
%5.67
%56.67

CMYK Percentages of Color #7111aa

%34
%90
%0
%33

Triadic Colors of #7111aa

#7111aa #aa7111 #11aa71

Analogous Colors of #7111aa

#7111aa #aa1197 #2411aa

Monochromatic Colors of #7111aa

#7111aa

Complementary Color

#7111aa #4aaa11

#7111aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7111aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7111aa Color CSS Codes

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

#7111aa Text Font Color

<p style="color:#7111aa">Text here</p>

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


#7111aa Background Color

<div style="background-color:#7111aa">
Div content here</div>

This div background color is #7111aa


#7111aa Border Color

<div style="border:3px solid #7111aa">
Div here</div>

This div border color is #7111aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,17,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7111aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7111aa;
  -webkit-box-shadow: 1px 1px 3px 2px #7111aa;
  box-shadow:         1px 1px 3px 2px #7111aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,17,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7111aa


Comments

No comments written yet.

Please login to write comment.