Color Hex Logo

#a101ab Color Hex

#A101AB
(161,1,171)
0 Favorites   0 Comments

Color spaces of #a101ab

RGB 1611171
HSL0.820.990.34
HSV296°99°67°
CMYK 0.060.990.00   0.33
XYZ22.059510.539039.3997
Yxy10.53900.30640.1464
Hunter Lab32.463864.4809-49.2326
CIE-Lab38.792971.0952-48.0489

#a101ab color RGB value is (161,1,171).

#a101ab hex color red value is 161, green value is 1 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a101ab hue: 0.82 , saturation: 0.99 and the lightness value of a101ab is 0.34.

The process color (four color CMYK) of #a101ab color hex is 0.06, 0.99, 0.00, 0.33. Web safe color of #a101ab is #990099. Color #a101ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00000001 10101011
Octal 241 1 253
Decimal 161 1 171
Hex A1 1 AB

RGB Percentages of Color #a101ab

%48.35
%0.30
%51.35

CMYK Percentages of Color #a101ab

%6
%99
%0
%33

Triadic Colors of #a101ab

#a101ab #aba101 #01aba1

Analogous Colors of #a101ab

#a101ab #ab0160 #4c01ab

Monochromatic Colors of #a101ab

#a101ab

Complementary Color

#a101ab #0bab01

#a101ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a101ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a101ab Color CSS Codes

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

#a101ab Text Font Color

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

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


#a101ab Background Color

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

This div background color is #a101ab


#a101ab Border Color

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

This div border color is #a101ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a101ab


Comments

No comments written yet.

Please login to write comment.