Color Hex Logo

#a31dcd Color Hex

#A31DCD
(163,29,205)
0 Favorites   0 Comments

Color spaces of #a31dcd

RGB 16329205
HSL0.790.750.46
HSV286°86°80°
CMYK 0.200.860.00   0.20
XYZ26.563113.073058.8809
Yxy13.07300.26960.1327
Hunter Lab36.156667.8642-71.2439
CIE-Lab42.873073.1383-61.4374

#a31dcd color RGB value is (163,29,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011101 11001101
Octal 243 35 315
Decimal 163 29 205
Hex A3 1D CD

RGB Percentages of Color #a31dcd

%41.06
%7.30
%51.64

CMYK Percentages of Color #a31dcd

%20
%86
%0
%20

Triadic Colors of #a31dcd

#a31dcd #cda31d #1dcda3

Analogous Colors of #a31dcd

#a31dcd #cd1d9f #4b1dcd

Monochromatic Colors of #a31dcd

#a31dcd

Complementary Color

#a31dcd #47cd1d

#a31dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31dcd Color CSS Codes

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

#a31dcd Text Font Color

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

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


#a31dcd Background Color

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

This div background color is #a31dcd


#a31dcd Border Color

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

This div border color is #a31dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31dcd


Comments

No comments written yet.

Please login to write comment.