Color Hex Logo

#a31abf Color Hex

#A31ABF
(163,26,191)
0 Favorites   0 Comments

Color spaces of #a31abf

RGB 16326191
HSL0.810.760.43
HSV290°86°75°
CMYK 0.150.860.00   0.25
XYZ24.877612.286950.3506
Yxy12.28690.28430.1404
Hunter Lab35.052765.3429-60.6289
CIE-Lab41.668571.2643-55.2316

#a31abf color RGB value is (163,26,191).

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

The process color (four color CMYK) of #a31abf color hex is 0.15, 0.86, 0.00, 0.25. Web safe color of #a31abf is #9933cc. Color #a31abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011010 10111111
Octal 243 32 277
Decimal 163 26 191
Hex A3 1A BF

RGB Percentages of Color #a31abf

%42.89
%6.84
%50.26

CMYK Percentages of Color #a31abf

%15
%86
%0
%25

Triadic Colors of #a31abf

#a31abf #bfa31a #1abfa3

Analogous Colors of #a31abf

#a31abf #bf1a89 #511abf

Monochromatic Colors of #a31abf

#a31abf

Complementary Color

#a31abf #36bf1a

#a31abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31abf Color CSS Codes

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

#a31abf Text Font Color

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

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


#a31abf Background Color

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

This div background color is #a31abf


#a31abf Border Color

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

This div border color is #a31abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31abf


Comments

No comments written yet.

Please login to write comment.