Color Hex Logo

#a315dd Color Hex

#A315DD
(163,21,221)
0 Favorites   0 Comments

Color spaces of #a315dd

RGB 16321221
HSL0.790.830.47
HSV283°90°87°
CMYK 0.260.900.00   0.13
XYZ28.423613.543369.5226
Yxy13.54330.25490.1215
Hunter Lab36.801273.4632-86.2462
CIE-Lab43.570777.5917-69.5126

#a315dd color RGB value is (163,21,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010101 11011101
Octal 243 25 335
Decimal 163 21 221
Hex A3 15 DD

RGB Percentages of Color #a315dd

%40.25
%5.19
%54.57

CMYK Percentages of Color #a315dd

%26
%90
%0
%13

Triadic Colors of #a315dd

#a315dd #dda315 #15dda3

Analogous Colors of #a315dd

#a315dd #dd15b3 #3f15dd

Monochromatic Colors of #a315dd

#a315dd

Complementary Color

#a315dd #4fdd15

#a315dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a315dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a315dd Color CSS Codes

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

#a315dd Text Font Color

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

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


#a315dd Background Color

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

This div background color is #a315dd


#a315dd Border Color

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

This div border color is #a315dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,21,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 #a315dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a315dd


Comments

No comments written yet.

Please login to write comment.