Color Hex Logo

#a719fe Color Hex

#A719FE
(167,25,254)
0 Favorites   0 Comments

Color spaces of #a719fe

RGB 16725254
HSL0.770.990.55
HSV277°90°100°
CMYK 0.340.900.00   0.00
XYZ34.173416.066595.0659
Yxy16.06650.23520.1106
Hunter Lab40.083082.0376-112.5614
CIE-Lab47.061683.7212-82.4277

#a719fe color RGB value is (167,25,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011001 11111110
Octal 247 31 376
Decimal 167 25 254
Hex A7 19 FE

RGB Percentages of Color #a719fe

%37.44
%5.61
%56.95

CMYK Percentages of Color #a719fe

%34
%90
%0
%0

Triadic Colors of #a719fe

#a719fe #fea719 #19fea7

Analogous Colors of #a719fe

#a719fe #fe19e3 #3519fe

Monochromatic Colors of #a719fe

#a719fe

Complementary Color

#a719fe #70fe19

#a719fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a719fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a719fe Color CSS Codes

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

#a719fe Text Font Color

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

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


#a719fe Background Color

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

This div background color is #a719fe


#a719fe Border Color

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

This div border color is #a719fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a719fe


Comments

No comments written yet.

Please login to write comment.