Color Hex Logo

#a471fe Color Hex

#A471FE
(164,113,254)
0 Favorites   0 Comments

Color spaces of #a471fe

RGB 164113254
HSL0.730.990.72
HSV262°56°100°
CMYK 0.350.560.00   0.00
XYZ39.104426.858596.8891
Yxy26.85850.24010.1649
Hunter Lab51.825243.9921-74.5672
CIE-Lab58.843149.2771-63.3291

#a471fe color RGB value is (164,113,254).

#a471fe hex color red value is 164, green value is 113 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a471fe hue: 0.73 , saturation: 0.99 and the lightness value of a471fe is 0.72.

The process color (four color CMYK) of #a471fe color hex is 0.35, 0.56, 0.00, 0.00. Web safe color of #a471fe is #9966ff. Color #a471fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110001 11111110
Octal 244 161 376
Decimal 164 113 254
Hex A4 71 FE

RGB Percentages of Color #a471fe

%30.89
%21.28
%47.83

CMYK Percentages of Color #a471fe

%35
%56
%0
%0

Triadic Colors of #a471fe

#a471fe #fea471 #71fea4

Analogous Colors of #a471fe

#a471fe #eb71fe #7185fe

Monochromatic Colors of #a471fe

#a471fe

Complementary Color

#a471fe #cbfe71

#a471fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a471fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a471fe Color CSS Codes

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

#a471fe Text Font Color

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

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


#a471fe Background Color

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

This div background color is #a471fe


#a471fe Border Color

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

This div border color is #a471fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a471fe


Comments

No comments written yet.

Please login to write comment.