Color Hex Logo

#a71afe Color Hex

#A71AFE
(167,26,254)
0 Favorites   0 Comments

Color spaces of #a71afe

RGB 16726254
HSL0.770.990.55
HSV277°90°100°
CMYK 0.340.900.00   0.00
XYZ34.195116.110095.0732
Yxy16.11000.23520.1108
Hunter Lab40.137381.8336-112.3442
CIE-Lab47.118583.5513-82.3346

#a71afe color RGB value is (167,26,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011010 11111110
Octal 247 32 376
Decimal 167 26 254
Hex A7 1A FE

RGB Percentages of Color #a71afe

%37.36
%5.82
%56.82

CMYK Percentages of Color #a71afe

%34
%90
%0
%0

Triadic Colors of #a71afe

#a71afe #fea71a #1afea7

Analogous Colors of #a71afe

#a71afe #fe1ae3 #351afe

Monochromatic Colors of #a71afe

#a71afe

Complementary Color

#a71afe #71fe1a

#a71afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71afe Color CSS Codes

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

#a71afe Text Font Color

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

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


#a71afe Background Color

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

This div background color is #a71afe


#a71afe Border Color

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

This div border color is #a71afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71afe


Comments

No comments written yet.

Please login to write comment.