Color Hex Logo

#a615fd Color Hex

#A615FD
(166,21,253)
0 Favorites   0 Comments

Color spaces of #a615fd

RGB 16621253
HSL0.770.980.54
HSV278°92°99°
CMYK 0.340.920.00   0.01
XYZ33.723715.735294.1883
Yxy15.73520.23480.1095
Hunter Lab39.667682.3347-113.0131
CIE-Lab46.625184.0361-82.5902

#a615fd color RGB value is (166,21,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010101 11111101
Octal 246 25 375
Decimal 166 21 253
Hex A6 15 FD

RGB Percentages of Color #a615fd

%37.73
%4.77
%57.50

CMYK Percentages of Color #a615fd

%34
%92
%0
%1

Triadic Colors of #a615fd

#a615fd #fda615 #15fda6

Analogous Colors of #a615fd

#a615fd #fd15e0 #3215fd

Monochromatic Colors of #a615fd

#a615fd

Complementary Color

#a615fd #6cfd15

#a615fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a615fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a615fd Color CSS Codes

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

#a615fd Text Font Color

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

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


#a615fd Background Color

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

This div background color is #a615fd


#a615fd Border Color

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

This div border color is #a615fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a615fd


Comments

No comments written yet.

Please login to write comment.