Color Hex Logo

#a141ab Color Hex

#A141AB
(161,65,171)
0 Favorites   0 Comments

Color spaces of #a141ab

RGB 16165171
HSL0.820.450.46
HSV294°62°67°
CMYK 0.060.620.00   0.33
XYZ23.938914.297940.0261
Yxy14.29790.30590.1827
Hunter Lab37.812646.8353-36.2920
CIE-Lab44.657254.3078-38.6895

#a141ab color RGB value is (161,65,171).

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

The process color (four color CMYK) of #a141ab color hex is 0.06, 0.62, 0.00, 0.33. Web safe color of #a141ab is #993399. Color #a141ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000001 10101011
Octal 241 101 253
Decimal 161 65 171
Hex A1 41 AB

RGB Percentages of Color #a141ab

%40.55
%16.37
%43.07

CMYK Percentages of Color #a141ab

%6
%62
%0
%33

Triadic Colors of #a141ab

#a141ab #aba141 #41aba1

Analogous Colors of #a141ab

#a141ab #ab4180 #6c41ab

Monochromatic Colors of #a141ab

#a141ab

Complementary Color

#a141ab #4bab41

#a141ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a141ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a141ab Color CSS Codes

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

#a141ab Text Font Color

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

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


#a141ab Background Color

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

This div background color is #a141ab


#a141ab Border Color

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

This div border color is #a141ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a141ab


Comments

No comments written yet.

Please login to write comment.