Color Hex Logo

#a12fab Color Hex

#A12FAB
(161,47,171)
0 Favorites   0 Comments

Color spaces of #a12fab

RGB 16147171
HSL0.820.570.43
HSV295°73°67°
CMYK 0.060.730.00   0.33
XYZ23.065112.550439.7349
Yxy12.55040.30610.1666
Hunter Lab35.426554.2192-41.7019
CIE-Lab42.077861.5359-42.7883

#a12fab color RGB value is (161,47,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00101111 10101011
Octal 241 57 253
Decimal 161 47 171
Hex A1 2F AB

RGB Percentages of Color #a12fab

%42.48
%12.40
%45.12

CMYK Percentages of Color #a12fab

%6
%73
%0
%33

Triadic Colors of #a12fab

#a12fab #aba12f #2faba1

Analogous Colors of #a12fab

#a12fab #ab2f77 #632fab

Monochromatic Colors of #a12fab

#a12fab

Complementary Color

#a12fab #39ab2f

#a12fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a12fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a12fab Color CSS Codes

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

#a12fab Text Font Color

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

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


#a12fab Background Color

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

This div background color is #a12fab


#a12fab Border Color

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

This div border color is #a12fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a12fab


Comments

No comments written yet.

Please login to write comment.