Color Hex Logo

#a31edc Color Hex

#A31EDC
(163,30,220)
0 Favorites   0 Comments

Color spaces of #a31edc

RGB 16330220
HSL0.780.760.49
HSV282°86°86°
CMYK 0.260.860.00   0.14
XYZ28.486813.882468.8883
Yxy13.88240.25600.1248
Hunter Lab37.259171.2705-83.5399
CIE-Lab44.063875.7139-68.1370

#a31edc color RGB value is (163,30,220).

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

The process color (four color CMYK) of #a31edc color hex is 0.26, 0.86, 0.00, 0.14. Web safe color of #a31edc is #9933cc. Color #a31edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011110 11011100
Octal 243 36 334
Decimal 163 30 220
Hex A3 1E DC

RGB Percentages of Color #a31edc

%39.47
%7.26
%53.27

CMYK Percentages of Color #a31edc

%26
%86
%0
%14

Triadic Colors of #a31edc

#a31edc #dca31e #1edca3

Analogous Colors of #a31edc

#a31edc #dc1eb6 #441edc

Monochromatic Colors of #a31edc

#a31edc

Complementary Color

#a31edc #57dc1e

#a31edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31edc Color CSS Codes

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

#a31edc Text Font Color

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

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


#a31edc Background Color

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

This div background color is #a31edc


#a31edc Border Color

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

This div border color is #a31edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31edc


Comments

No comments written yet.

Please login to write comment.