Color Hex Logo

#a63fab Color Hex

#A63FAB
(166,63,171)
0 Favorites   0 Comments

Color spaces of #a63fab

RGB 16663171
HSL0.830.460.46
HSV297°63°67°
CMYK 0.030.630.00   0.33
XYZ24.854114.602340.0366
Yxy14.60230.31270.1837
Hunter Lab38.213049.2256-35.3704
CIE-Lab45.084656.4391-37.9651

#a63fab color RGB value is (166,63,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111111 10101011
Octal 246 77 253
Decimal 166 63 171
Hex A6 3F AB

RGB Percentages of Color #a63fab

%41.50
%15.75
%42.75

CMYK Percentages of Color #a63fab

%3
%63
%0
%33

Triadic Colors of #a63fab

#a63fab #aba63f #3faba6

Analogous Colors of #a63fab

#a63fab #ab3f7a #703fab

Monochromatic Colors of #a63fab

#a63fab

Complementary Color

#a63fab #44ab3f

#a63fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63fab Color CSS Codes

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

#a63fab Text Font Color

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

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


#a63fab Background Color

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

This div background color is #a63fab


#a63fab Border Color

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

This div border color is #a63fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63fab


Comments

No comments written yet.

Please login to write comment.