Color Hex Logo

#a263a5 Color Hex

#A263A5
(162,99,165)
0 Favorites   0 Comments

Color spaces of #a263a5

RGB 16299165
HSL0.830.270.52
HSV297°40°65°
CMYK 0.020.400.00   0.35
XYZ26.153719.321737.9483
Yxy19.32170.31350.2316
Hunter Lab43.956529.2821-20.4165
CIE-Lab51.061536.1552-25.1243

#a263a5 color RGB value is (162,99,165).

#a263a5 hex color red value is 162, green value is 99 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #a263a5 hue: 0.83 , saturation: 0.27 and the lightness value of a263a5 is 0.52.

The process color (four color CMYK) of #a263a5 color hex is 0.02, 0.40, 0.00, 0.35. Web safe color of #a263a5 is #996699. Color #a263a5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100011 10100101
Octal 242 143 245
Decimal 162 99 165
Hex A2 63 A5

RGB Percentages of Color #a263a5

%38.03
%23.24
%38.73

CMYK Percentages of Color #a263a5

%2
%40
%0
%35

Triadic Colors of #a263a5

#a263a5 #a5a263 #63a5a2

Analogous Colors of #a263a5

#a263a5 #a56387 #8163a5

Monochromatic Colors of #a263a5

#a263a5

Complementary Color

#a263a5 #66a563

#a263a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a263a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a263a5 Color CSS Codes

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

#a263a5 Text Font Color

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

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


#a263a5 Background Color

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

This div background color is #a263a5


#a263a5 Border Color

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

This div border color is #a263a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a263a5


Comments

No comments written yet.

Please login to write comment.