Color Hex Logo

#a263fe Color Hex

#A263FE
(162,99,254)
0 Favorites   0 Comments

Color spaces of #a263fe

RGB 16299254
HSL0.730.990.69
HSV264°61°100°
CMYK 0.360.610.00   0.00
XYZ37.251523.760896.3889
Yxy23.76080.23670.1510
Hunter Lab48.745151.1078-83.1190
CIE-Lab55.847556.2204-68.1623

#a263fe color RGB value is (162,99,254).

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

The process color (four color CMYK) of #a263fe color hex is 0.36, 0.61, 0.00, 0.00. Web safe color of #a263fe is #9966ff. Color #a263fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100011 11111110
Octal 242 143 376
Decimal 162 99 254
Hex A2 63 FE

RGB Percentages of Color #a263fe

%31.46
%19.22
%49.32

CMYK Percentages of Color #a263fe

%36
%61
%0
%0

Triadic Colors of #a263fe

#a263fe #fea263 #63fea2

Analogous Colors of #a263fe

#a263fe #f063fe #6372fe

Monochromatic Colors of #a263fe

#a263fe

Complementary Color

#a263fe #bffe63

#a263fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a263fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a263fe Color CSS Codes

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

#a263fe Text Font Color

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

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


#a263fe Background Color

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

This div background color is #a263fe


#a263fe Border Color

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

This div border color is #a263fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a263fe

Related Colors


Comments

No comments written yet.

Please login to write comment.