Color Hex Logo

#a61fab Color Hex

#A61FAB
(166,31,171)
0 Favorites   0 Comments

Color spaces of #a61fab

RGB 16631171
HSL0.830.690.40
HSV298°82°67°
CMYK 0.030.820.00   0.33
XYZ23.566612.027239.6075
Yxy12.02720.31340.1599
Hunter Lab34.680360.6073-43.4375
CIE-Lab41.259367.3082-44.0467

#a61fab color RGB value is (166,31,171).

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

The process color (four color CMYK) of #a61fab color hex is 0.03, 0.82, 0.00, 0.33. Web safe color of #a61fab is #993399. Color #a61fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011111 10101011
Octal 246 37 253
Decimal 166 31 171
Hex A6 1F AB

RGB Percentages of Color #a61fab

%45.11
%8.42
%46.47

CMYK Percentages of Color #a61fab

%3
%82
%0
%33

Triadic Colors of #a61fab

#a61fab #aba61f #1faba6

Analogous Colors of #a61fab

#a61fab #ab1f6a #601fab

Monochromatic Colors of #a61fab

#a61fab

Complementary Color

#a61fab #24ab1f

#a61fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61fab Color CSS Codes

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

#a61fab Text Font Color

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

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


#a61fab Background Color

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

This div background color is #a61fab


#a61fab Border Color

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

This div border color is #a61fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61fab


Comments

No comments written yet.

Please login to write comment.