Color Hex Logo

#a326b5 Color Hex

#A326B5
(163,38,181)
0 Favorites   0 Comments

Color spaces of #a326b5

RGB 16338181
HSL0.810.650.43
HSV292°79°71°
CMYK 0.100.790.00   0.29
XYZ24.137912.509044.8583
Yxy12.50900.29620.1535
Hunter Lab35.368159.9281-50.4415
CIE-Lab42.013966.5736-48.7947

#a326b5 color RGB value is (163,38,181).

#a326b5 hex color red value is 163, green value is 38 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #a326b5 hue: 0.81 , saturation: 0.65 and the lightness value of a326b5 is 0.43.

The process color (four color CMYK) of #a326b5 color hex is 0.10, 0.79, 0.00, 0.29. Web safe color of #a326b5 is #9933cc. Color #a326b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00100110 10110101
Octal 243 46 265
Decimal 163 38 181
Hex A3 26 B5

RGB Percentages of Color #a326b5

%42.67
%9.95
%47.38

CMYK Percentages of Color #a326b5

%10
%79
%0
%29

Triadic Colors of #a326b5

#a326b5 #b5a326 #26b5a3

Analogous Colors of #a326b5

#a326b5 #b52680 #5b26b5

Monochromatic Colors of #a326b5

#a326b5

Complementary Color

#a326b5 #38b526

#a326b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a326b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a326b5 Color CSS Codes

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

#a326b5 Text Font Color

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

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


#a326b5 Background Color

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

This div background color is #a326b5


#a326b5 Border Color

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

This div border color is #a326b5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,38,181, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a326b5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a326b5;
  -webkit-box-shadow: 1px 1px 3px 2px #a326b5;
  box-shadow:         1px 1px 3px 2px #a326b5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,38,181, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a326b5


Comments

No comments written yet.

Please login to write comment.