Color Hex Logo

#a31ace Color Hex

#A31ACE
(163,26,206)
0 Favorites   0 Comments

Color spaces of #a31ace

RGB 16326206
HSL0.790.780.45
HSV286°87°81°
CMYK 0.210.870.00   0.19
XYZ26.614212.981659.4955
Yxy12.98160.26860.1310
Hunter Lab36.030068.7998-72.6832
CIE-Lab42.735573.9406-62.2395

#a31ace color RGB value is (163,26,206).

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

The process color (four color CMYK) of #a31ace color hex is 0.21, 0.87, 0.00, 0.19. Web safe color of #a31ace is #9933cc. Color #a31ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011010 11001110
Octal 243 32 316
Decimal 163 26 206
Hex A3 1A CE

RGB Percentages of Color #a31ace

%41.27
%6.58
%52.15

CMYK Percentages of Color #a31ace

%21
%87
%0
%19

Triadic Colors of #a31ace

#a31ace #cea31a #1acea3

Analogous Colors of #a31ace

#a31ace #ce1a9f #491ace

Monochromatic Colors of #a31ace

#a31ace

Complementary Color

#a31ace #45ce1a

#a31ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31ace Color CSS Codes

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

#a31ace Text Font Color

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

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


#a31ace Background Color

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

This div background color is #a31ace


#a31ace Border Color

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

This div border color is #a31ace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,26,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31ace


Comments

No comments written yet.

Please login to write comment.