Color Hex Logo

#a31cd0 Color Hex

#A31CD0
(163,28,208)
0 Favorites   0 Comments

Color spaces of #a31cd0

RGB 16328208
HSL0.790.760.46
HSV285°87°82°
CMYK 0.220.870.00   0.18
XYZ26.904713.171160.7988
Yxy13.17110.26670.1306
Hunter Lab36.292068.8181-73.9222
CIE-Lab43.019973.9005-62.9344

#a31cd0 color RGB value is (163,28,208).

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

The process color (four color CMYK) of #a31cd0 color hex is 0.22, 0.87, 0.00, 0.18. Web safe color of #a31cd0 is #9933cc. Color #a31cd0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011100 11010000
Octal 243 34 320
Decimal 163 28 208
Hex A3 1C D0

RGB Percentages of Color #a31cd0

%40.85
%7.02
%52.13

CMYK Percentages of Color #a31cd0

%22
%87
%0
%18

Triadic Colors of #a31cd0

#a31cd0 #d0a31c #1cd0a3

Analogous Colors of #a31cd0

#a31cd0 #d01ca3 #491cd0

Monochromatic Colors of #a31cd0

#a31cd0

Complementary Color

#a31cd0 #49d01c

#a31cd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a31cd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a31cd0 Color CSS Codes

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

#a31cd0 Text Font Color

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

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


#a31cd0 Background Color

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

This div background color is #a31cd0


#a31cd0 Border Color

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

This div border color is #a31cd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a31cd0


Comments

No comments written yet.

Please login to write comment.