Color Hex Logo

#a032fb Color Hex

#A032FB
(160,50,251)
0 Favorites   0 Comments

Color spaces of #a032fb

RGB 16050251
HSL0.760.960.59
HSV273°80°98°
CMYK 0.360.800.00   0.02
XYZ33.050416.719892.7521
Yxy16.71980.23190.1173
Hunter Lab40.889972.7205-105.8670
CIE-Lab47.905076.1478-79.4100

#a032fb color RGB value is (160,50,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110010 11111011
Octal 240 62 373
Decimal 160 50 251
Hex A0 32 FB

RGB Percentages of Color #a032fb

%34.71
%10.85
%54.45

CMYK Percentages of Color #a032fb

%36
%80
%0
%2

Triadic Colors of #a032fb

#a032fb #fba032 #32fba0

Analogous Colors of #a032fb

#a032fb #fb32f2 #3c32fb

Monochromatic Colors of #a032fb

#a032fb

Complementary Color

#a032fb #8dfb32

#a032fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a032fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a032fb Color CSS Codes

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

#a032fb Text Font Color

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

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


#a032fb Background Color

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

This div background color is #a032fb


#a032fb Border Color

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

This div border color is #a032fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a032fb

Related Colors


Comments

No comments written yet.

Please login to write comment.