Color Hex Logo

#a709ba Color Hex

#A709BA
(167,9,186)
0 Favorites   0 Comments

Color spaces of #a709ba

RGB 1679186
HSL0.820.910.38
HSV294°95°73°
CMYK 0.100.950.00   0.27
XYZ24.897011.956047.4499
Yxy11.95600.29530.1418
Hunter Lab34.577468.0158-57.1582
CIE-Lab41.146173.5992-53.1034

#a709ba color RGB value is (167,9,186).

#a709ba hex color red value is 167, green value is 9 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a709ba hue: 0.82 , saturation: 0.91 and the lightness value of a709ba is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001001 10111010
Octal 247 11 272
Decimal 167 9 186
Hex A7 9 BA

RGB Percentages of Color #a709ba

%46.13
%2.49
%51.38

CMYK Percentages of Color #a709ba

%10
%95
%0
%27

Triadic Colors of #a709ba

#a709ba #baa709 #09baa7

Analogous Colors of #a709ba

#a709ba #ba0975 #4e09ba

Monochromatic Colors of #a709ba

#a709ba

Complementary Color

#a709ba #1cba09

#a709ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a709ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a709ba Color CSS Codes

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

#a709ba Text Font Color

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

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


#a709ba Background Color

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

This div background color is #a709ba


#a709ba Border Color

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

This div border color is #a709ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a709ba


Comments

No comments written yet.

Please login to write comment.