Color Hex Logo

#a31dee Color Hex

#A31DEE
(163,29,238)
0 Favorites   0 Comments

Color spaces of #a31dee

RGB 16329238
HSL0.770.860.52
HSV278°88°93°
CMYK 0.320.880.00   0.07
XYZ30.976214.838382.1204
Yxy14.83830.24210.1160
Hunter Lab38.520576.1295-99.4337
CIE-Lab45.411979.3791-76.1686

#a31dee color RGB value is (163,29,238).

#a31dee hex color red value is 163, green value is 29 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a31dee hue: 0.77 , saturation: 0.86 and the lightness value of a31dee is 0.52.

The process color (four color CMYK) of #a31dee color hex is 0.32, 0.88, 0.00, 0.07. Web safe color of #a31dee is #9933ff. Color #a31dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011101 11101110
Octal 243 35 356
Decimal 163 29 238
Hex A3 1D EE

RGB Percentages of Color #a31dee

%37.91
%6.74
%55.35

CMYK Percentages of Color #a31dee

%32
%88
%0
%7

Triadic Colors of #a31dee

#a31dee #eea31d #1deea3

Analogous Colors of #a31dee

#a31dee #ee1dd1 #3a1dee

Monochromatic Colors of #a31dee

#a31dee

Complementary Color

#a31dee #68ee1d

#a31dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31dee Color CSS Codes

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

#a31dee Text Font Color

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

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


#a31dee Background Color

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

This div background color is #a31dee


#a31dee Border Color

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

This div border color is #a31dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31dee


Comments

No comments written yet.

Please login to write comment.