Color Hex Logo

#a31ebc Color Hex

#A31EBC
(163,30,188)
0 Favorites   0 Comments

Color spaces of #a31ebc

RGB 16330188
HSL0.810.720.43
HSV291°84°74°
CMYK 0.130.840.00   0.26
XYZ24.645612.345948.6610
Yxy12.34590.28770.1441
Hunter Lab35.136763.7142-57.5152
CIE-Lab41.760769.8698-53.3230

#a31ebc color RGB value is (163,30,188).

#a31ebc hex color red value is 163, green value is 30 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a31ebc hue: 0.81 , saturation: 0.72 and the lightness value of a31ebc is 0.43.

The process color (four color CMYK) of #a31ebc color hex is 0.13, 0.84, 0.00, 0.26. Web safe color of #a31ebc is #9933cc. Color #a31ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011110 10111100
Octal 243 36 274
Decimal 163 30 188
Hex A3 1E BC

RGB Percentages of Color #a31ebc

%42.78
%7.87
%49.34

CMYK Percentages of Color #a31ebc

%13
%84
%0
%26

Triadic Colors of #a31ebc

#a31ebc #bca31e #1ebca3

Analogous Colors of #a31ebc

#a31ebc #bc1e86 #541ebc

Monochromatic Colors of #a31ebc

#a31ebc

Complementary Color

#a31ebc #37bc1e

#a31ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31ebc Color CSS Codes

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

#a31ebc Text Font Color

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

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


#a31ebc Background Color

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

This div background color is #a31ebc


#a31ebc Border Color

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

This div border color is #a31ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31ebc


Comments

No comments written yet.

Please login to write comment.