Color Hex Logo

#a31ecb Color Hex

#A31ECB
(163,30,203)
0 Favorites   0 Comments

Color spaces of #a31ecb

RGB 16330203
HSL0.790.740.46
HSV286°85°80°
CMYK 0.200.850.00   0.20
XYZ26.348013.026957.6257
Yxy13.02690.27160.1343
Hunter Lab36.092867.1439-69.3974
CIE-Lab42.803772.5522-60.3907

#a31ecb color RGB value is (163,30,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011110 11001011
Octal 243 36 313
Decimal 163 30 203
Hex A3 1E CB

RGB Percentages of Color #a31ecb

%41.16
%7.58
%51.26

CMYK Percentages of Color #a31ecb

%20
%85
%0
%20

Triadic Colors of #a31ecb

#a31ecb #cba31e #1ecba3

Analogous Colors of #a31ecb

#a31ecb #cb1e9d #4d1ecb

Monochromatic Colors of #a31ecb

#a31ecb

Complementary Color

#a31ecb #46cb1e

#a31ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31ecb Color CSS Codes

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

#a31ecb Text Font Color

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

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


#a31ecb Background Color

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

This div background color is #a31ecb


#a31ecb Border Color

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

This div border color is #a31ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31ecb


Comments

No comments written yet.

Please login to write comment.