Color Hex Logo

#a310dd Color Hex

#A310DD
(163,16,221)
0 Favorites   0 Comments

Color spaces of #a310dd

RGB 16316221
HSL0.790.860.46
HSV283°93°87°
CMYK 0.260.930.00   0.13
XYZ28.340713.377669.4950
Yxy13.37760.25480.1203
Hunter Lab36.575474.3050-87.0510
CIE-Lab43.326878.3178-69.9103

#a310dd color RGB value is (163,16,221).

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

The process color (four color CMYK) of #a310dd color hex is 0.26, 0.93, 0.00, 0.13. Web safe color of #a310dd is #9900cc. Color #a310dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010000 11011101
Octal 243 20 335
Decimal 163 16 221
Hex A3 10 DD

RGB Percentages of Color #a310dd

%40.75
%4.00
%55.25

CMYK Percentages of Color #a310dd

%26
%93
%0
%13

Triadic Colors of #a310dd

#a310dd #dda310 #10dda3

Analogous Colors of #a310dd

#a310dd #dd10b1 #3c10dd

Monochromatic Colors of #a310dd

#a310dd

Complementary Color

#a310dd #4add10

#a310dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a310dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a310dd Color CSS Codes

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

#a310dd Text Font Color

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

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


#a310dd Background Color

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

This div background color is #a310dd


#a310dd Border Color

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

This div border color is #a310dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a310dd


Comments

No comments written yet.

Please login to write comment.