Color Hex Logo

#a632ab Color Hex

#A632AB
(166,50,171)
0 Favorites   0 Comments

Color spaces of #a632ab

RGB 16650171
HSL0.830.550.43
HSV298°71°67°
CMYK 0.030.710.00   0.33
XYZ24.217213.328539.8243
Yxy13.32850.31300.1723
Hunter Lab36.508254.5160-39.1196
CIE-Lab43.254161.5744-40.8674

#a632ab color RGB value is (166,50,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110010 10101011
Octal 246 62 253
Decimal 166 50 171
Hex A6 32 AB

RGB Percentages of Color #a632ab

%42.89
%12.92
%44.19

CMYK Percentages of Color #a632ab

%3
%71
%0
%33

Triadic Colors of #a632ab

#a632ab #aba632 #32aba6

Analogous Colors of #a632ab

#a632ab #ab3274 #6a32ab

Monochromatic Colors of #a632ab

#a632ab

Complementary Color

#a632ab #37ab32

#a632ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a632ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a632ab Color CSS Codes

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

#a632ab Text Font Color

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

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


#a632ab Background Color

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

This div background color is #a632ab


#a632ab Border Color

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

This div border color is #a632ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a632ab


Comments

No comments written yet.

Please login to write comment.