Color Hex Logo

#a31bdb Color Hex

#A31BDB
(163,27,219)
0 Favorites   0 Comments

Color spaces of #a31bdb

RGB 16327219
HSL0.780.780.48
HSV283°88°86°
CMYK 0.260.880.00   0.14
XYZ28.282413.684968.1686
Yxy13.68490.25680.1243
Hunter Lab36.993171.7310-83.3608
CIE-Lab43.777676.1453-68.0305

#a31bdb color RGB value is (163,27,219).

#a31bdb hex color red value is 163, green value is 27 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a31bdb hue: 0.78 , saturation: 0.78 and the lightness value of a31bdb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011011 11011011
Octal 243 33 333
Decimal 163 27 219
Hex A3 1B DB

RGB Percentages of Color #a31bdb

%39.85
%6.60
%53.55

CMYK Percentages of Color #a31bdb

%26
%88
%0
%14

Triadic Colors of #a31bdb

#a31bdb #dba31b #1bdba3

Analogous Colors of #a31bdb

#a31bdb #db1bb3 #431bdb

Monochromatic Colors of #a31bdb

#a31bdb

Complementary Color

#a31bdb #53db1b

#a31bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31bdb Color CSS Codes

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

#a31bdb Text Font Color

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

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


#a31bdb Background Color

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

This div background color is #a31bdb


#a31bdb Border Color

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

This div border color is #a31bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31bdb


Comments

No comments written yet.

Please login to write comment.