Color Hex Logo

#a31ecc Color Hex

#A31ECC
(163,30,204)
0 Favorites   0 Comments

Color spaces of #a31ecc

RGB 16330204
HSL0.790.740.46
HSV286°85°80°
CMYK 0.200.850.00   0.20
XYZ26.467613.074758.2554
Yxy13.07470.27060.1337
Hunter Lab36.159067.3801-70.2104
CIE-Lab42.875672.7351-60.8540

#a31ecc color RGB value is (163,30,204).

#a31ecc hex color red value is 163, green value is 30 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a31ecc hue: 0.79 , saturation: 0.74 and the lightness value of a31ecc is 0.46.

The process color (four color CMYK) of #a31ecc color hex is 0.20, 0.85, 0.00, 0.20. Web safe color of #a31ecc is #9933cc. Color #a31ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011110 11001100
Octal 243 36 314
Decimal 163 30 204
Hex A3 1E CC

RGB Percentages of Color #a31ecc

%41.06
%7.56
%51.39

CMYK Percentages of Color #a31ecc

%20
%85
%0
%20

Triadic Colors of #a31ecc

#a31ecc #cca31e #1ecca3

Analogous Colors of #a31ecc

#a31ecc #cc1e9e #4c1ecc

Monochromatic Colors of #a31ecc

#a31ecc

Complementary Color

#a31ecc #47cc1e

#a31ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31ecc Color CSS Codes

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

#a31ecc Text Font Color

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

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


#a31ecc Background Color

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

This div background color is #a31ecc


#a31ecc Border Color

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

This div border color is #a31ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31ecc


Comments

No comments written yet.

Please login to write comment.