Color Hex Logo

#a326fb Color Hex

#A326FB
(163,38,251)
0 Favorites   0 Comments

Color spaces of #a326fb

RGB 16338251
HSL0.760.960.57
HSV275°85°98°
CMYK 0.350.850.00   0.02
XYZ33.210016.137892.6313
Yxy16.13780.23390.1137
Hunter Lab40.171977.2647-108.5950
CIE-Lab47.154879.9467-80.6212

#a326fb color RGB value is (163,38,251).

#a326fb hex color red value is 163, green value is 38 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a326fb hue: 0.76 , saturation: 0.96 and the lightness value of a326fb is 0.57.

The process color (four color CMYK) of #a326fb color hex is 0.35, 0.85, 0.00, 0.02. Web safe color of #a326fb is #9933ff. Color #a326fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00100110 11111011
Octal 243 46 373
Decimal 163 38 251
Hex A3 26 FB

RGB Percentages of Color #a326fb

%36.06
%8.41
%55.53

CMYK Percentages of Color #a326fb

%35
%85
%0
%2

Triadic Colors of #a326fb

#a326fb #fba326 #26fba3

Analogous Colors of #a326fb

#a326fb #fb26e9 #3926fb

Monochromatic Colors of #a326fb

#a326fb

Complementary Color

#a326fb #7efb26

#a326fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a326fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a326fb Color CSS Codes

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

#a326fb Text Font Color

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

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


#a326fb Background Color

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

This div background color is #a326fb


#a326fb Border Color

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

This div border color is #a326fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a326fb


Comments

No comments written yet.

Please login to write comment.