Color Hex Logo

#a515fd Color Hex

#A515FD
(165,21,253)
0 Favorites   0 Comments

Color spaces of #a515fd

RGB 16521253
HSL0.770.980.54
HSV277°92°99°
CMYK 0.350.920.00   0.01
XYZ33.514815.627594.1785
Yxy15.62750.23380.1090
Hunter Lab39.531682.1514-113.5779
CIE-Lab46.481983.9209-82.8305

#a515fd color RGB value is (165,21,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010101 11111101
Octal 245 25 375
Decimal 165 21 253
Hex A5 15 FD

RGB Percentages of Color #a515fd

%37.59
%4.78
%57.63

CMYK Percentages of Color #a515fd

%35
%92
%0
%1

Triadic Colors of #a515fd

#a515fd #fda515 #15fda5

Analogous Colors of #a515fd

#a515fd #fd15e1 #3115fd

Monochromatic Colors of #a515fd

#a515fd

Complementary Color

#a515fd #6dfd15

#a515fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a515fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a515fd Color CSS Codes

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

#a515fd Text Font Color

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

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


#a515fd Background Color

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

This div background color is #a515fd


#a515fd Border Color

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

This div border color is #a515fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a515fd


Comments

No comments written yet.

Please login to write comment.