Color Hex Logo

#a706ba Color Hex

#A706BA
(167,6,186)
0 Favorites   0 Comments

Color spaces of #a706ba

RGB 1676186
HSL0.820.940.38
HSV294°97°73°
CMYK 0.100.970.00   0.27
XYZ24.864411.890947.4390
Yxy11.89090.29530.1412
Hunter Lab34.483268.3634-57.4279
CIE-Lab41.042273.9074-53.2709

#a706ba color RGB value is (167,6,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000110 10111010
Octal 247 6 272
Decimal 167 6 186
Hex A7 6 BA

RGB Percentages of Color #a706ba

%46.52
%1.67
%51.81

CMYK Percentages of Color #a706ba

%10
%97
%0
%27

Triadic Colors of #a706ba

#a706ba #baa706 #06baa7

Analogous Colors of #a706ba

#a706ba #ba0673 #4d06ba

Monochromatic Colors of #a706ba

#a706ba

Complementary Color

#a706ba #19ba06

#a706ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a706ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a706ba Color CSS Codes

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

#a706ba Text Font Color

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

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


#a706ba Background Color

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

This div background color is #a706ba


#a706ba Border Color

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

This div border color is #a706ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a706ba


Comments

No comments written yet.

Please login to write comment.