color codes Logo

#a819fd color codes

#A819FD
(168,25,253)
0 Favorites   0 Comments

Color spaces of #a819fd

RGB 16825253
HSL0.770.980.55
HSV278°90°99°
CMYK 0.340.900.00   0.01
XYZ34.225716.111994.2345
Yxy16.11190.23670.1114
Hunter Lab40.139681.9565-111.0955
CIE-Lab47.121083.6467-81.7665

#a819fd color RGB value is (168,25,253).

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

The process color (four color CMYK) of #a819fd color code is 0.34, 0.90, 0.00, 0.01. Web safe color of #a819fd is #9900ff. Color #a819fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011001 11111101
Octal 250 31 375
Decimal 168 25 253
Hex A8 19 FD

RGB Percentages of Color #a819fd

%37.67
%5.61
%56.73

CMYK Percentages of Color #a819fd

%34
%90
%0
%1

Triadic Colors of #a819fd

#a819fd #fda819 #19fda8

Analogous Colors of #a819fd

#a819fd #fd19e0 #3619fd

Monochromatic Colors of #a819fd

#a819fd

Complementary Color

#a819fd #6efd19

#a819fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a819fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a819fd Color CSS Codes

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

#a819fd Text Font Color

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

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


#a819fd Background Color

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

This div background color is #a819fd


#a819fd Border Color

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

This div border color is #a819fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a819fd


Comments

No comments written yet.

Please login to write comment.