Color Hex Logo

#a600ab Color Hex

#A600AB
(166,0,171)
0 Favorites   0 Comments

Color spaces of #a600ab

RGB 1660171
HSL0.831.000.34
HSV298°100°67°
CMYK 0.031.000.00   0.33
XYZ23.076611.047339.4441
Yxy11.04730.31370.1502
Hunter Lab33.237565.7660-47.0953
CIE-Lab39.660072.0094-46.6075

#a600ab color RGB value is (166,0,171).

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

The process color (four color CMYK) of #a600ab color hex is 0.03, 1.00, 0.00, 0.33. Web safe color of #a600ab is #990099. Color #a600ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000000 10101011
Octal 246 0 253
Decimal 166 0 171
Hex A6 0 AB

RGB Percentages of Color #a600ab

%49.26
%0.00
%50.74

CMYK Percentages of Color #a600ab

%3
%100
%0
%33

Triadic Colors of #a600ab

#a600ab #aba600 #00aba6

Analogous Colors of #a600ab

#a600ab #ab005b #5000ab

Monochromatic Colors of #a600ab

#a600ab

Complementary Color

#a600ab #05ab00

#a600ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a600ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a600ab Color CSS Codes

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

#a600ab Text Font Color

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

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


#a600ab Background Color

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

This div background color is #a600ab


#a600ab Border Color

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

This div border color is #a600ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,0,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a600ab


Comments

No comments written yet.

Please login to write comment.