Color Hex Logo

#a311fe Color Hex

#A311FE
(163,17,254)
0 Favorites   0 Comments

Color spaces of #a311fe

RGB 16317254
HSL0.770.990.53
HSV277°93°100°
CMYK 0.360.930.00   0.00
XYZ33.194115.343294.9779
Yxy15.34320.23130.1069
Hunter Lab39.170482.7177-116.3434
CIE-Lab46.100784.4338-84.0255

#a311fe color RGB value is (163,17,254).

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

The process color (four color CMYK) of #a311fe color hex is 0.36, 0.93, 0.00, 0.00. Web safe color of #a311fe is #9900ff. Color #a311fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010001 11111110
Octal 243 21 376
Decimal 163 17 254
Hex A3 11 FE

RGB Percentages of Color #a311fe

%37.56
%3.92
%58.53

CMYK Percentages of Color #a311fe

%36
%93
%0
%0

Triadic Colors of #a311fe

#a311fe #fea311 #11fea3

Analogous Colors of #a311fe

#a311fe #fe11e3 #2c11fe

Monochromatic Colors of #a311fe

#a311fe

Complementary Color

#a311fe #6cfe11

#a311fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a311fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a311fe Color CSS Codes

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

#a311fe Text Font Color

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

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


#a311fe Background Color

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

This div background color is #a311fe


#a311fe Border Color

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

This div border color is #a311fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a311fe


Comments

No comments written yet.

Please login to write comment.