Color Hex Logo

#a810fa Color Hex

#A810FA
(168,16,250)
0 Favorites   0 Comments

Color spaces of #a810fa

RGB 16816250
HSL0.770.960.52
HSV279°94°98°
CMYK 0.330.940.00   0.02
XYZ33.589115.597591.6828
Yxy15.59750.23840.1107
Hunter Lab39.493782.6991-109.9935
CIE-Lab46.441984.3542-81.2012

#a810fa color RGB value is (168,16,250).

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

The process color (four color CMYK) of #a810fa color hex is 0.33, 0.94, 0.00, 0.02. Web safe color of #a810fa is #9900ff. Color #a810fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010000 11111010
Octal 250 20 372
Decimal 168 16 250
Hex A8 10 FA

RGB Percentages of Color #a810fa

%38.71
%3.69
%57.60

CMYK Percentages of Color #a810fa

%33
%94
%0
%2

Triadic Colors of #a810fa

#a810fa #faa810 #10faa8

Analogous Colors of #a810fa

#a810fa #fa10d7 #3310fa

Monochromatic Colors of #a810fa

#a810fa

Complementary Color

#a810fa #62fa10

#a810fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a810fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a810fa Color CSS Codes

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

#a810fa Text Font Color

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

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


#a810fa Background Color

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

This div background color is #a810fa


#a810fa Border Color

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

This div border color is #a810fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,16,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 #a810fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a810fa


Comments

No comments written yet.

Please login to write comment.