Color Hex Logo

#a128fe Color Hex

#A128FE
(161,40,254)
0 Favorites   0 Comments

Color spaces of #a128fe

RGB 16140254
HSL0.760.990.58
HSV274°84°100°
CMYK 0.370.840.00   0.00
XYZ33.346116.250495.1450
Yxy16.25040.23040.1123
Hunter Lab40.311877.1104-111.7197
CIE-Lab47.301379.7955-82.0675

#a128fe color RGB value is (161,40,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00101000 11111110
Octal 241 50 376
Decimal 161 40 254
Hex A1 28 FE

RGB Percentages of Color #a128fe

%35.38
%8.79
%55.82

CMYK Percentages of Color #a128fe

%37
%84
%0
%0

Triadic Colors of #a128fe

#a128fe #fea128 #28fea1

Analogous Colors of #a128fe

#a128fe #fe28f0 #3628fe

Monochromatic Colors of #a128fe

#a128fe

Complementary Color

#a128fe #85fe28

#a128fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a128fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a128fe Color CSS Codes

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

#a128fe Text Font Color

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

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


#a128fe Background Color

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

This div background color is #a128fe


#a128fe Border Color

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

This div border color is #a128fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a128fe

Related Colors


Comments

No comments written yet.

Please login to write comment.