Color Hex Logo

#a263ea Color Hex

#A263EA
(162,99,234)
0 Favorites   0 Comments

Color spaces of #a263ea

RGB 16299234
HSL0.740.760.65
HSV268°58°92°
CMYK 0.310.580.00   0.08
XYZ34.213422.545680.3904
Yxy22.54560.24950.1644
Hunter Lab47.482245.5247-67.1442
CIE-Lab54.601251.3617-59.0376

#a263ea color RGB value is (162,99,234).

#a263ea hex color red value is 162, green value is 99 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a263ea hue: 0.74 , saturation: 0.76 and the lightness value of a263ea is 0.65.

The process color (four color CMYK) of #a263ea color hex is 0.31, 0.58, 0.00, 0.08. Web safe color of #a263ea is #9966ff. Color #a263ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100011 11101010
Octal 242 143 352
Decimal 162 99 234
Hex A2 63 EA

RGB Percentages of Color #a263ea

%32.73
%20.00
%47.27

CMYK Percentages of Color #a263ea

%31
%58
%0
%8

Triadic Colors of #a263ea

#a263ea #eaa263 #63eaa2

Analogous Colors of #a263ea

#a263ea #e663ea #6368ea

Monochromatic Colors of #a263ea

#a263ea

Complementary Color

#a263ea #abea63

#a263ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a263ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a263ea Color CSS Codes

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

#a263ea Text Font Color

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

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


#a263ea Background Color

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

This div background color is #a263ea


#a263ea Border Color

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

This div border color is #a263ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a263ea


Comments

No comments written yet.

Please login to write comment.