Color Hex Logo

#a032ef Color Hex

#A032EF
(160,50,239)
0 Favorites   0 Comments

Color spaces of #a032ef

RGB 16050239
HSL0.760.860.57
HSV275°79°94°
CMYK 0.330.790.00   0.06
XYZ31.217815.986883.1018
Yxy15.98680.23960.1227
Hunter Lab39.983569.3958-95.2400
CIE-Lab46.957273.6108-74.2268

#a032ef color RGB value is (160,50,239).

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

The process color (four color CMYK) of #a032ef color hex is 0.33, 0.79, 0.00, 0.06. Web safe color of #a032ef is #9933ff. Color #a032ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110010 11101111
Octal 240 62 357
Decimal 160 50 239
Hex A0 32 EF

RGB Percentages of Color #a032ef

%35.63
%11.14
%53.23

CMYK Percentages of Color #a032ef

%33
%79
%0
%6

Triadic Colors of #a032ef

#a032ef #efa032 #32efa0

Analogous Colors of #a032ef

#a032ef #ef32e0 #4132ef

Monochromatic Colors of #a032ef

#a032ef

Complementary Color

#a032ef #81ef32

#a032ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a032ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a032ef Color CSS Codes

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

#a032ef Text Font Color

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

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


#a032ef Background Color

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

This div background color is #a032ef


#a032ef Border Color

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

This div border color is #a032ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a032ef


Comments

No comments written yet.

Please login to write comment.