Color Hex Logo

#a932eb Color Hex

#A932EB
(169,50,235)
0 Favorites   0 Comments

Color spaces of #a932eb

RGB 16950235
HSL0.770.820.56
HSV279°79°92°
CMYK 0.280.790.00   0.08
XYZ32.498216.714480.1106
Yxy16.71440.25130.1292
Hunter Lab40.883270.3444-87.5603
CIE-Lab47.898174.2083-70.3846

#a932eb color RGB value is (169,50,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00110010 11101011
Octal 251 62 353
Decimal 169 50 235
Hex A9 32 EB

RGB Percentages of Color #a932eb

%37.22
%11.01
%51.76

CMYK Percentages of Color #a932eb

%28
%79
%0
%8

Triadic Colors of #a932eb

#a932eb #eba932 #32eba9

Analogous Colors of #a932eb

#a932eb #eb32d1 #4d32eb

Monochromatic Colors of #a932eb

#a932eb

Complementary Color

#a932eb #74eb32

#a932eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a932eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a932eb Color CSS Codes

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

#a932eb Text Font Color

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

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


#a932eb Background Color

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

This div background color is #a932eb


#a932eb Border Color

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

This div border color is #a932eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,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 #a932eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a932eb


Comments

No comments written yet.

Please login to write comment.