Color Hex Logo

#a600ba Color Hex

#A600BA
(166,0,186)
0 Favorites   0 Comments

Color spaces of #a600ba

RGB 1660186
HSL0.821.000.36
HSV294°100°73°
CMYK 0.111.000.00   0.27
XYZ24.588811.652247.4075
Yxy11.65220.29400.1393
Hunter Lab34.135368.8426-58.4479
CIE-Lab40.657974.3779-53.8999

#a600ba color RGB value is (166,0,186).

#a600ba hex color red value is 166, green value is 0 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a600ba hue: 0.82 , saturation: 1.00 and the lightness value of a600ba is 0.36.

The process color (four color CMYK) of #a600ba color hex is 0.11, 1.00, 0.00, 0.27. Web safe color of #a600ba is #9900cc. Color #a600ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000000 10111010
Octal 246 0 272
Decimal 166 0 186
Hex A6 0 BA

RGB Percentages of Color #a600ba

%47.16
%0.00
%52.84

CMYK Percentages of Color #a600ba

%11
%100
%0
%27

Triadic Colors of #a600ba

#a600ba #baa600 #00baa6

Analogous Colors of #a600ba

#a600ba #ba0071 #4900ba

Monochromatic Colors of #a600ba

#a600ba

Complementary Color

#a600ba #14ba00

#a600ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a600ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a600ba Color CSS Codes

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

#a600ba Text Font Color

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

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


#a600ba Background Color

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

This div background color is #a600ba


#a600ba Border Color

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

This div border color is #a600ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a600ba


Comments

No comments written yet.

Please login to write comment.