Color Hex Logo

#a428fe Color Hex

#A428FE
(164,40,254)
0 Favorites   0 Comments

Color spaces of #a428fe

RGB 16440254
HSL0.760.990.58
HSV275°84°100°
CMYK 0.350.840.00   0.00
XYZ33.958016.565995.1737
Yxy16.56590.23310.1137
Hunter Lab40.701277.6996-110.1499
CIE-Lab47.708380.1849-81.3849

#a428fe color RGB value is (164,40,254).

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

The process color (four color CMYK) of #a428fe color hex is 0.35, 0.84, 0.00, 0.00. Web safe color of #a428fe is #9933ff. Color #a428fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101000 11111110
Octal 244 50 376
Decimal 164 40 254
Hex A4 28 FE

RGB Percentages of Color #a428fe

%35.81
%8.73
%55.46

CMYK Percentages of Color #a428fe

%35
%84
%0
%0

Triadic Colors of #a428fe

#a428fe #fea428 #28fea4

Analogous Colors of #a428fe

#a428fe #fe28ed #3928fe

Monochromatic Colors of #a428fe

#a428fe

Complementary Color

#a428fe #82fe28

#a428fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a428fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a428fe Color CSS Codes

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

#a428fe Text Font Color

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

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


#a428fe Background Color

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

This div background color is #a428fe


#a428fe Border Color

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

This div border color is #a428fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a428fe


Comments

No comments written yet.

Please login to write comment.