Color Hex Logo

#a263ca Color Hex

#A263CA
(162,99,202)
0 Favorites   0 Comments

Color spaces of #a263ca

RGB 16299202
HSL0.770.490.59
HSV277°51°79°
CMYK 0.200.510.00   0.21
XYZ30.022820.869358.3229
Yxy20.86930.27490.1911
Hunter Lab45.682937.3650-43.7168
CIE-Lab52.806243.9404-43.7950

#a263ca color RGB value is (162,99,202).

#a263ca hex color red value is 162, green value is 99 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a263ca hue: 0.77 , saturation: 0.49 and the lightness value of a263ca is 0.59.

The process color (four color CMYK) of #a263ca color hex is 0.20, 0.51, 0.00, 0.21. Web safe color of #a263ca is #9966cc. Color #a263ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100011 11001010
Octal 242 143 312
Decimal 162 99 202
Hex A2 63 CA

RGB Percentages of Color #a263ca

%34.99
%21.38
%43.63

CMYK Percentages of Color #a263ca

%20
%51
%0
%21

Triadic Colors of #a263ca

#a263ca #caa263 #63caa2

Analogous Colors of #a263ca

#a263ca #ca63bf #6f63ca

Monochromatic Colors of #a263ca

#a263ca

Complementary Color

#a263ca #8bca63

#a263ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a263ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a263ca Color CSS Codes

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

#a263ca Text Font Color

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

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


#a263ca Background Color

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

This div background color is #a263ca


#a263ca Border Color

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

This div border color is #a263ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a263ca


Comments

No comments written yet.

Please login to write comment.