Color Hex Logo

#a263e1 Color Hex

#A263E1
(162,99,225)
0 Favorites   0 Comments

Color spaces of #a263e1

RGB 16299225
HSL0.750.680.64
HSV270°56°88°
CMYK 0.280.560.00   0.12
XYZ32.952722.041373.7518
Yxy22.04130.25600.1712
Hunter Lab46.948243.1290-60.2761
CIE-Lab54.070849.2244-54.8326

#a263e1 color RGB value is (162,99,225).

#a263e1 hex color red value is 162, green value is 99 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #a263e1 hue: 0.75 , saturation: 0.68 and the lightness value of a263e1 is 0.64.

The process color (four color CMYK) of #a263e1 color hex is 0.28, 0.56, 0.00, 0.12. Web safe color of #a263e1 is #9966cc. Color #a263e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100011 11100001
Octal 242 143 341
Decimal 162 99 225
Hex A2 63 E1

RGB Percentages of Color #a263e1

%33.33
%20.37
%46.30

CMYK Percentages of Color #a263e1

%28
%56
%0
%12

Triadic Colors of #a263e1

#a263e1 #e1a263 #63e1a2

Analogous Colors of #a263e1

#a263e1 #e163e1 #6363e1

Monochromatic Colors of #a263e1

#a263e1

Complementary Color

#a263e1 #a2e163

#a263e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a263e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a263e1 Color CSS Codes

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

#a263e1 Text Font Color

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

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


#a263e1 Background Color

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

This div background color is #a263e1


#a263e1 Border Color

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

This div border color is #a263e1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,99,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a263e1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a263e1


Comments

No comments written yet.

Please login to write comment.