Color Hex Logo

#a263da Color Hex

#A263DA
(162,99,218)
0 Favorites   0 Comments

Color spaces of #a263da

RGB 16299218
HSL0.750.620.62
HSV272°55°85°
CMYK 0.260.550.00   0.15
XYZ32.017021.667068.8243
Yxy21.66700.26130.1769
Hunter Lab46.547841.3190-55.0810
CIE-Lab53.671947.5872-51.5182

#a263da color RGB value is (162,99,218).

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

The process color (four color CMYK) of #a263da color hex is 0.26, 0.55, 0.00, 0.15. Web safe color of #a263da is #9966cc. Color #a263da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100011 11011010
Octal 242 143 332
Decimal 162 99 218
Hex A2 63 DA

RGB Percentages of Color #a263da

%33.82
%20.67
%45.51

CMYK Percentages of Color #a263da

%26
%55
%0
%15

Triadic Colors of #a263da

#a263da #daa263 #63daa2

Analogous Colors of #a263da

#a263da #da63d7 #6763da

Monochromatic Colors of #a263da

#a263da

Complementary Color

#a263da #9bda63

#a263da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a263da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a263da Color CSS Codes

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

#a263da Text Font Color

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

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


#a263da Background Color

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

This div background color is #a263da


#a263da Border Color

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

This div border color is #a263da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a263da


Comments

No comments written yet.

Please login to write comment.