Color Hex Logo

#a711ba Color Hex

#A711BA
(167,17,186)
0 Favorites   0 Comments

Color spaces of #a711ba

RGB 16717186
HSL0.810.830.40
HSV293°91°73°
CMYK 0.100.910.00   0.27
XYZ24.999712.161647.4842
Yxy12.16160.29530.1437
Hunter Lab34.873566.9324-56.3186
CIE-Lab41.471872.6346-52.5783

#a711ba color RGB value is (167,17,186).

#a711ba hex color red value is 167, green value is 17 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a711ba hue: 0.81 , saturation: 0.83 and the lightness value of a711ba is 0.40.

The process color (four color CMYK) of #a711ba color hex is 0.10, 0.91, 0.00, 0.27. Web safe color of #a711ba is #9900cc. Color #a711ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010001 10111010
Octal 247 21 272
Decimal 167 17 186
Hex A7 11 BA

RGB Percentages of Color #a711ba

%45.14
%4.59
%50.27

CMYK Percentages of Color #a711ba

%10
%91
%0
%27

Triadic Colors of #a711ba

#a711ba #baa711 #11baa7

Analogous Colors of #a711ba

#a711ba #ba1179 #5211ba

Monochromatic Colors of #a711ba

#a711ba

Complementary Color

#a711ba #24ba11

#a711ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a711ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a711ba Color CSS Codes

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

#a711ba Text Font Color

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

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


#a711ba Background Color

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

This div background color is #a711ba


#a711ba Border Color

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

This div border color is #a711ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,17,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a711ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a711ba;
  -webkit-box-shadow: 1px 1px 3px 2px #a711ba;
  box-shadow:         1px 1px 3px 2px #a711ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a711ba


Comments

No comments written yet.

Please login to write comment.