Color Hex Logo

#a831eb Color Hex

#A831EB
(168,49,235)
0 Favorites   0 Comments

Color spaces of #a831eb

RGB 16849235
HSL0.770.820.56
HSV278°79°92°
CMYK 0.290.790.00   0.08
XYZ32.242216.519680.0865
Yxy16.51960.25020.1282
Hunter Lab40.644370.4724-88.3754
CIE-Lab47.648974.3619-70.7961

#a831eb color RGB value is (168,49,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110001 11101011
Octal 250 61 353
Decimal 168 49 235
Hex A8 31 EB

RGB Percentages of Color #a831eb

%37.17
%10.84
%51.99

CMYK Percentages of Color #a831eb

%29
%79
%0
%8

Triadic Colors of #a831eb

#a831eb #eba831 #31eba8

Analogous Colors of #a831eb

#a831eb #eb31d1 #4b31eb

Monochromatic Colors of #a831eb

#a831eb

Complementary Color

#a831eb #74eb31

#a831eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a831eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a831eb Color CSS Codes

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

#a831eb Text Font Color

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

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


#a831eb Background Color

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

This div background color is #a831eb


#a831eb Border Color

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

This div border color is #a831eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a831eb


Comments

No comments written yet.

Please login to write comment.