Color Hex Logo

#a31aeb Color Hex

#A31AEB
(163,26,235)
0 Favorites   0 Comments

Color spaces of #a31aeb

RGB 16326235
HSL0.780.840.51
HSV279°89°92°
CMYK 0.310.890.00   0.08
XYZ30.469014.523579.7947
Yxy14.52350.24420.1164
Hunter Lab38.109776.0201-97.4655
CIE-Lab44.974579.3761-75.1877

#a31aeb color RGB value is (163,26,235).

#a31aeb hex color red value is 163, green value is 26 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a31aeb hue: 0.78 , saturation: 0.84 and the lightness value of a31aeb is 0.51.

The process color (four color CMYK) of #a31aeb color hex is 0.31, 0.89, 0.00, 0.08. Web safe color of #a31aeb is #9933ff. Color #a31aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011010 11101011
Octal 243 32 353
Decimal 163 26 235
Hex A3 1A EB

RGB Percentages of Color #a31aeb

%38.44
%6.13
%55.42

CMYK Percentages of Color #a31aeb

%31
%89
%0
%8

Triadic Colors of #a31aeb

#a31aeb #eba31a #1aeba3

Analogous Colors of #a31aeb

#a31aeb #eb1acb #3a1aeb

Monochromatic Colors of #a31aeb

#a31aeb

Complementary Color

#a31aeb #62eb1a

#a31aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31aeb Color CSS Codes

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

#a31aeb Text Font Color

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

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


#a31aeb Background Color

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

This div background color is #a31aeb


#a31aeb Border Color

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

This div border color is #a31aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31aeb


Comments

No comments written yet.

Please login to write comment.