Color Hex Logo

#a326f6 Color Hex

#A326F6
(163,38,246)
0 Favorites   0 Comments

Color spaces of #a326f6

RGB 16338246
HSL0.770.920.56
HSV276°85°96°
CMYK 0.340.850.00   0.04
XYZ32.431915.826688.5343
Yxy15.82660.23710.1157
Hunter Lab39.782775.8984-104.0990
CIE-Lab46.746278.9358-78.4895

#a326f6 color RGB value is (163,38,246).

#a326f6 hex color red value is 163, green value is 38 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #a326f6 hue: 0.77 , saturation: 0.92 and the lightness value of a326f6 is 0.56.

The process color (four color CMYK) of #a326f6 color hex is 0.34, 0.85, 0.00, 0.04. Web safe color of #a326f6 is #9933ff. Color #a326f6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00100110 11110110
Octal 243 46 366
Decimal 163 38 246
Hex A3 26 F6

RGB Percentages of Color #a326f6

%36.47
%8.50
%55.03

CMYK Percentages of Color #a326f6

%34
%85
%0
%4

Triadic Colors of #a326f6

#a326f6 #f6a326 #26f6a3

Analogous Colors of #a326f6

#a326f6 #f626e1 #3b26f6

Monochromatic Colors of #a326f6

#a326f6

Complementary Color

#a326f6 #79f626

#a326f6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a326f6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a326f6 Color CSS Codes

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

#a326f6 Text Font Color

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

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


#a326f6 Background Color

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

This div background color is #a326f6


#a326f6 Border Color

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

This div border color is #a326f6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a326f6


Comments

No comments written yet.

Please login to write comment.