Color Hex Logo

#a263ba Color Hex

#A263BA
(162,99,186)
0 Favorites   0 Comments

Color spaces of #a263ba

RGB 16299186
HSL0.790.390.56
HSV283°47°73°
CMYK 0.130.470.00   0.27
XYZ28.225120.150248.8561
Yxy20.15020.29030.2072
Hunter Lab44.889033.6808-33.1076
CIE-Lab52.006640.4499-35.8617

#a263ba color RGB value is (162,99,186).

#a263ba hex color red value is 162, green value is 99 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a263ba hue: 0.79 , saturation: 0.39 and the lightness value of a263ba is 0.56.

The process color (four color CMYK) of #a263ba color hex is 0.13, 0.47, 0.00, 0.27. Web safe color of #a263ba is #9966cc. Color #a263ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100011 10111010
Octal 242 143 272
Decimal 162 99 186
Hex A2 63 BA

RGB Percentages of Color #a263ba

%36.24
%22.15
%41.61

CMYK Percentages of Color #a263ba

%13
%47
%0
%27

Triadic Colors of #a263ba

#a263ba #baa263 #63baa2

Analogous Colors of #a263ba

#a263ba #ba63a7 #7763ba

Monochromatic Colors of #a263ba

#a263ba

Complementary Color

#a263ba #7bba63

#a263ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a263ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a263ba Color CSS Codes

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

#a263ba Text Font Color

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

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


#a263ba Background Color

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

This div background color is #a263ba


#a263ba Border Color

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

This div border color is #a263ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a263ba


Comments

No comments written yet.

Please login to write comment.