Color Hex Logo

#a326ef Color Hex

#A326EF
(163,38,239)
0 Favorites   0 Comments

Color spaces of #a326ef

RGB 16338239
HSL0.770.860.54
HSV277°84°94°
CMYK 0.320.840.00   0.06
XYZ31.377415.404882.9810
Yxy15.40480.24180.1187
Hunter Lab39.248974.0154-97.8780
CIE-Lab46.183777.5316-75.4717

#a326ef color RGB value is (163,38,239).

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

The process color (four color CMYK) of #a326ef color hex is 0.32, 0.84, 0.00, 0.06. Web safe color of #a326ef is #9933ff. Color #a326ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00100110 11101111
Octal 243 46 357
Decimal 163 38 239
Hex A3 26 EF

RGB Percentages of Color #a326ef

%37.05
%8.64
%54.32

CMYK Percentages of Color #a326ef

%32
%84
%0
%6

Triadic Colors of #a326ef

#a326ef #efa326 #26efa3

Analogous Colors of #a326ef

#a326ef #ef26d7 #3f26ef

Monochromatic Colors of #a326ef

#a326ef

Complementary Color

#a326ef #72ef26

#a326ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a326ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a326ef Color CSS Codes

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

#a326ef Text Font Color

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

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


#a326ef Background Color

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

This div background color is #a326ef


#a326ef Border Color

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

This div border color is #a326ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a326ef


Comments

No comments written yet.

Please login to write comment.