Color Hex Logo

#a315fd Color Hex

#A315FD
(163,21,253)
0 Favorites   0 Comments

Color spaces of #a315fd

RGB 16321253
HSL0.770.980.54
HSV277°92°99°
CMYK 0.360.920.00   0.01
XYZ33.102015.414794.1592
Yxy15.41470.23200.1080
Hunter Lab39.261681.7883-114.7094
CIE-Lab46.197083.6927-83.3087

#a315fd color RGB value is (163,21,253).

#a315fd hex color red value is 163, green value is 21 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a315fd hue: 0.77 , saturation: 0.98 and the lightness value of a315fd is 0.54.

The process color (four color CMYK) of #a315fd color hex is 0.36, 0.92, 0.00, 0.01. Web safe color of #a315fd is #9900ff. Color #a315fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010101 11111101
Octal 243 25 375
Decimal 163 21 253
Hex A3 15 FD

RGB Percentages of Color #a315fd

%37.30
%4.81
%57.89

CMYK Percentages of Color #a315fd

%36
%92
%0
%1

Triadic Colors of #a315fd

#a315fd #fda315 #15fda3

Analogous Colors of #a315fd

#a315fd #fd15e3 #2f15fd

Monochromatic Colors of #a315fd

#a315fd

Complementary Color

#a315fd #6ffd15

#a315fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a315fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a315fd Color CSS Codes

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

#a315fd Text Font Color

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

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


#a315fd Background Color

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

This div background color is #a315fd


#a315fd Border Color

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

This div border color is #a315fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a315fd


Comments

No comments written yet.

Please login to write comment.