Color Hex Logo

#a415fd Color Hex

#A415FD
(164,21,253)
0 Favorites   0 Comments

Color spaces of #a415fd

RGB 16421253
HSL0.770.980.54
HSV277°92°99°
CMYK 0.350.920.00   0.01
XYZ33.307615.520794.1688
Yxy15.52070.23290.1085
Hunter Lab39.396381.9692-114.1431
CIE-Lab46.339383.8064-83.0700

#a415fd color RGB value is (164,21,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010101 11111101
Octal 244 25 375
Decimal 164 21 253
Hex A4 15 FD

RGB Percentages of Color #a415fd

%37.44
%4.79
%57.76

CMYK Percentages of Color #a415fd

%35
%92
%0
%1

Triadic Colors of #a415fd

#a415fd #fda415 #15fda4

Analogous Colors of #a415fd

#a415fd #fd15e2 #3015fd

Monochromatic Colors of #a415fd

#a415fd

Complementary Color

#a415fd #6efd15

#a415fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a415fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a415fd Color CSS Codes

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

#a415fd Text Font Color

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

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


#a415fd Background Color

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

This div background color is #a415fd


#a415fd Border Color

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

This div border color is #a415fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a415fd


Comments

No comments written yet.

Please login to write comment.