Color Hex Logo

#a826fa Color Hex

#A826FA
(168,38,250)
0 Favorites   0 Comments

Color spaces of #a826fa

RGB 16838250
HSL0.770.950.56
HSV277°85°98°
CMYK 0.330.850.00   0.02
XYZ34.096916.613291.8520
Yxy16.61320.23920.1165
Hunter Lab40.759377.9942-105.0799
CIE-Lab47.768980.4069-79.0294

#a826fa color RGB value is (168,38,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100110 11111010
Octal 250 46 372
Decimal 168 38 250
Hex A8 26 FA

RGB Percentages of Color #a826fa

%36.84
%8.33
%54.82

CMYK Percentages of Color #a826fa

%33
%85
%0
%2

Triadic Colors of #a826fa

#a826fa #faa826 #26faa8

Analogous Colors of #a826fa

#a826fa #fa26e2 #3e26fa

Monochromatic Colors of #a826fa

#a826fa

Complementary Color

#a826fa #78fa26

#a826fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a826fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a826fa Color CSS Codes

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

#a826fa Text Font Color

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

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


#a826fa Background Color

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

This div background color is #a826fa


#a826fa Border Color

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

This div border color is #a826fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a826fa


Comments

No comments written yet.

Please login to write comment.