Color Hex Logo

#a31ede Color Hex

#A31EDE
(163,30,222)
0 Favorites   0 Comments

Color spaces of #a31ede

RGB 16330222
HSL0.780.760.49
HSV282°86°87°
CMYK 0.270.860.00   0.13
XYZ28.753313.989070.2919
Yxy13.98900.25440.1238
Hunter Lab37.401971.7715-85.2464
CIE-Lab44.217276.0931-69.0309

#a31ede color RGB value is (163,30,222).

#a31ede hex color red value is 163, green value is 30 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a31ede hue: 0.78 , saturation: 0.76 and the lightness value of a31ede is 0.49.

The process color (four color CMYK) of #a31ede color hex is 0.27, 0.86, 0.00, 0.13. Web safe color of #a31ede is #9933cc. Color #a31ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011110 11011110
Octal 243 36 336
Decimal 163 30 222
Hex A3 1E DE

RGB Percentages of Color #a31ede

%39.28
%7.23
%53.49

CMYK Percentages of Color #a31ede

%27
%86
%0
%13

Triadic Colors of #a31ede

#a31ede #dea31e #1edea3

Analogous Colors of #a31ede

#a31ede #de1eb9 #431ede

Monochromatic Colors of #a31ede

#a31ede

Complementary Color

#a31ede #59de1e

#a31ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31ede Color CSS Codes

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

#a31ede Text Font Color

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

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


#a31ede Background Color

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

This div background color is #a31ede


#a31ede Border Color

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

This div border color is #a31ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31ede


Comments

No comments written yet.

Please login to write comment.