Color Hex Logo

#a31eea Color Hex

#A31EEA
(163,30,234)
0 Favorites   0 Comments

Color spaces of #a31eea

RGB 16330234
HSL0.780.830.52
HSV279°87°92°
CMYK 0.300.870.00   0.08
XYZ30.419814.655679.0674
Yxy14.65560.24500.1181
Hunter Lab38.282674.8434-95.6573
CIE-Lab45.158878.3974-74.3204

#a31eea color RGB value is (163,30,234).

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

The process color (four color CMYK) of #a31eea color hex is 0.30, 0.87, 0.00, 0.08. Web safe color of #a31eea is #9933ff. Color #a31eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011110 11101010
Octal 243 36 352
Decimal 163 30 234
Hex A3 1E EA

RGB Percentages of Color #a31eea

%38.17
%7.03
%54.80

CMYK Percentages of Color #a31eea

%30
%87
%0
%8

Triadic Colors of #a31eea

#a31eea #eaa31e #1eeaa3

Analogous Colors of #a31eea

#a31eea #ea1ecb #3d1eea

Monochromatic Colors of #a31eea

#a31eea

Complementary Color

#a31eea #65ea1e

#a31eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31eea Color CSS Codes

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

#a31eea Text Font Color

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

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


#a31eea Background Color

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

This div background color is #a31eea


#a31eea Border Color

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

This div border color is #a31eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31eea


Comments

No comments written yet.

Please login to write comment.