Color Hex Logo

#a819fc Color Hex

#A819FC
(168,25,252)
0 Favorites   0 Comments

Color spaces of #a819fc

RGB 16825252
HSL0.770.970.54
HSV278°90°99°
CMYK 0.330.900.00   0.01
XYZ34.066816.048493.3976
Yxy16.04840.23740.1118
Hunter Lab40.060581.6879-110.1874
CIE-Lab47.037983.4532-81.3438

#a819fc color RGB value is (168,25,252).

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

The process color (four color CMYK) of #a819fc color hex is 0.33, 0.90, 0.00, 0.01. Web safe color of #a819fc is #9900ff. Color #a819fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011001 11111100
Octal 250 31 374
Decimal 168 25 252
Hex A8 19 FC

RGB Percentages of Color #a819fc

%37.75
%5.62
%56.63

CMYK Percentages of Color #a819fc

%33
%90
%0
%1

Triadic Colors of #a819fc

#a819fc #fca819 #19fca8

Analogous Colors of #a819fc

#a819fc #fc19df #3619fc

Monochromatic Colors of #a819fc

#a819fc

Complementary Color

#a819fc #6dfc19

#a819fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a819fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a819fc Color CSS Codes

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

#a819fc Text Font Color

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

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


#a819fc Background Color

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

This div background color is #a819fc


#a819fc Border Color

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

This div border color is #a819fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,25,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a819fc


Comments

No comments written yet.

Please login to write comment.