Color Hex Logo

#a032eb Color Hex

#A032EB
(160,50,235)
0 Favorites   0 Comments

Color spaces of #a032eb

RGB 16050235
HSL0.770.820.56
HSV276°79°92°
CMYK 0.320.790.00   0.08
XYZ30.633215.752980.0233
Yxy15.75290.24230.1246
Hunter Lab39.689968.3113-91.7583
CIE-Lab46.648672.7738-72.4733

#a032eb color RGB value is (160,50,235).

#a032eb hex color red value is 160, green value is 50 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a032eb hue: 0.77 , saturation: 0.82 and the lightness value of a032eb is 0.56.

The process color (four color CMYK) of #a032eb color hex is 0.32, 0.79, 0.00, 0.08. Web safe color of #a032eb is #9933ff. Color #a032eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110010 11101011
Octal 240 62 353
Decimal 160 50 235
Hex A0 32 EB

RGB Percentages of Color #a032eb

%35.96
%11.24
%52.81

CMYK Percentages of Color #a032eb

%32
%79
%0
%8

Triadic Colors of #a032eb

#a032eb #eba032 #32eba0

Analogous Colors of #a032eb

#a032eb #eb32da #4432eb

Monochromatic Colors of #a032eb

#a032eb

Complementary Color

#a032eb #7deb32

#a032eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a032eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a032eb Color CSS Codes

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

#a032eb Text Font Color

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

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


#a032eb Background Color

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

This div background color is #a032eb


#a032eb Border Color

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

This div border color is #a032eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a032eb


Comments

No comments written yet.

Please login to write comment.