Color Hex Logo

#a832eb Color Hex

#A832EB
(168,50,235)
0 Favorites   0 Comments

Color spaces of #a832eb

RGB 16850235
HSL0.770.820.56
HSV278°79°92°
CMYK 0.290.790.00   0.08
XYZ32.284416.604280.1006
Yxy16.60420.25030.1287
Hunter Lab40.748370.1142-88.0251
CIE-Lab47.757474.0465-70.6197

#a832eb color RGB value is (168,50,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110010 11101011
Octal 250 62 353
Decimal 168 50 235
Hex A8 32 EB

RGB Percentages of Color #a832eb

%37.09
%11.04
%51.88

CMYK Percentages of Color #a832eb

%29
%79
%0
%8

Triadic Colors of #a832eb

#a832eb #eba832 #32eba8

Analogous Colors of #a832eb

#a832eb #eb32d2 #4c32eb

Monochromatic Colors of #a832eb

#a832eb

Complementary Color

#a832eb #75eb32

#a832eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a832eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a832eb Color CSS Codes

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

#a832eb Text Font Color

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

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


#a832eb Background Color

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

This div background color is #a832eb


#a832eb Border Color

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

This div border color is #a832eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a832eb


Comments

No comments written yet.

Please login to write comment.