Color Hex Logo

#a321ba Color Hex

#A321BA
(163,33,186)
0 Favorites   0 Comments

Color spaces of #a321ba

RGB 16333186
HSL0.810.700.43
HSV291°82°73°
CMYK 0.120.820.00   0.27
XYZ24.511012.419447.5597
Yxy12.41940.29010.1470
Hunter Lab35.241262.4786-55.3460
CIE-Lab41.875168.7952-51.9634

#a321ba color RGB value is (163,33,186).

#a321ba hex color red value is 163, green value is 33 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a321ba hue: 0.81 , saturation: 0.70 and the lightness value of a321ba is 0.43.

The process color (four color CMYK) of #a321ba color hex is 0.12, 0.82, 0.00, 0.27. Web safe color of #a321ba is #9933cc. Color #a321ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00100001 10111010
Octal 243 41 272
Decimal 163 33 186
Hex A3 21 BA

RGB Percentages of Color #a321ba

%42.67
%8.64
%48.69

CMYK Percentages of Color #a321ba

%12
%82
%0
%27

Triadic Colors of #a321ba

#a321ba #baa321 #21baa3

Analogous Colors of #a321ba

#a321ba #ba2185 #5621ba

Monochromatic Colors of #a321ba

#a321ba

Complementary Color

#a321ba #38ba21

#a321ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a321ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a321ba Color CSS Codes

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

#a321ba Text Font Color

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

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


#a321ba Background Color

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

This div background color is #a321ba


#a321ba Border Color

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

This div border color is #a321ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a321ba


Comments

No comments written yet.

Please login to write comment.