Color Hex Logo

#a32bb1 Color Hex

#A32BB1
(163,43,177)
0 Favorites   0 Comments

Color spaces of #a32bb1

RGB 16343177
HSL0.820.610.43
HSV294°76°69°
CMYK 0.080.760.00   0.31
XYZ23.903912.688642.7842
Yxy12.68860.30110.1599
Hunter Lab35.621157.4475-46.2780
CIE-Lab42.290264.3561-45.9884

#a32bb1 color RGB value is (163,43,177).

#a32bb1 hex color red value is 163, green value is 43 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #a32bb1 hue: 0.82 , saturation: 0.61 and the lightness value of a32bb1 is 0.43.

The process color (four color CMYK) of #a32bb1 color hex is 0.08, 0.76, 0.00, 0.31. Web safe color of #a32bb1 is #993399. Color #a32bb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00101011 10110001
Octal 243 53 261
Decimal 163 43 177
Hex A3 2B B1

RGB Percentages of Color #a32bb1

%42.56
%11.23
%46.21

CMYK Percentages of Color #a32bb1

%8
%76
%0
%31

Triadic Colors of #a32bb1

#a32bb1 #b1a32b #2bb1a3

Analogous Colors of #a32bb1

#a32bb1 #b12b7c #602bb1

Monochromatic Colors of #a32bb1

#a32bb1

Complementary Color

#a32bb1 #39b12b

#a32bb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a32bb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a32bb1 Color CSS Codes

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

#a32bb1 Text Font Color

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

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


#a32bb1 Background Color

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

This div background color is #a32bb1


#a32bb1 Border Color

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

This div border color is #a32bb1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,43,177, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a32bb1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a32bb1;
  -webkit-box-shadow: 1px 1px 3px 2px #a32bb1;
  box-shadow:         1px 1px 3px 2px #a32bb1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,43,177, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a32bb1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a32bb1


Comments

No comments written yet.

Please login to write comment.