Color Hex Logo

#a332fa Color Hex

#A332FA
(163,50,250)
0 Favorites   0 Comments

Color spaces of #a332fa

RGB 16350250
HSL0.760.950.59
HSV274°80°98°
CMYK 0.350.800.00   0.02
XYZ33.500216.969991.9523
Yxy16.96990.23520.1192
Hunter Lab41.194573.0692-103.5079
CIE-Lab48.222176.3690-78.3168

#a332fa color RGB value is (163,50,250).

#a332fa hex color red value is 163, green value is 50 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a332fa hue: 0.76 , saturation: 0.95 and the lightness value of a332fa is 0.59.

The process color (four color CMYK) of #a332fa color hex is 0.35, 0.80, 0.00, 0.02. Web safe color of #a332fa is #9933ff. Color #a332fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110010 11111010
Octal 243 62 372
Decimal 163 50 250
Hex A3 32 FA

RGB Percentages of Color #a332fa

%35.21
%10.80
%54.00

CMYK Percentages of Color #a332fa

%35
%80
%0
%2

Triadic Colors of #a332fa

#a332fa #faa332 #32faa3

Analogous Colors of #a332fa

#a332fa #fa32ed #3f32fa

Monochromatic Colors of #a332fa

#a332fa

Complementary Color

#a332fa #89fa32

#a332fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a332fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a332fa Color CSS Codes

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

#a332fa Text Font Color

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

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


#a332fa Background Color

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

This div background color is #a332fa


#a332fa Border Color

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

This div border color is #a332fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a332fa

Related Colors


Comments

No comments written yet.

Please login to write comment.