Color Hex Logo

#a106fd Color Hex

#A106FD
(161,6,253)
0 Favorites   0 Comments

Color spaces of #a106fd

RGB 1616253
HSL0.770.980.51
HSV278°98°99°
CMYK 0.360.980.00   0.01
XYZ32.492714.799294.0725
Yxy14.79920.22990.1047
Hunter Lab38.469783.4445-118.0568
CIE-Lab45.357985.1377-84.6970

#a106fd color RGB value is (161,6,253).

#a106fd hex color red value is 161, green value is 6 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a106fd hue: 0.77 , saturation: 0.98 and the lightness value of a106fd is 0.51.

The process color (four color CMYK) of #a106fd color hex is 0.36, 0.98, 0.00, 0.01. Web safe color of #a106fd is #9900ff. Color #a106fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00000110 11111101
Octal 241 6 375
Decimal 161 6 253
Hex A1 6 FD

RGB Percentages of Color #a106fd

%38.33
%1.43
%60.24

CMYK Percentages of Color #a106fd

%36
%98
%0
%1

Triadic Colors of #a106fd

#a106fd #fda106 #06fda1

Analogous Colors of #a106fd

#a106fd #fd06de #2606fd

Monochromatic Colors of #a106fd

#a106fd

Complementary Color

#a106fd #62fd06

#a106fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a106fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a106fd Color CSS Codes

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

#a106fd Text Font Color

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

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


#a106fd Background Color

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

This div background color is #a106fd


#a106fd Border Color

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

This div border color is #a106fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,6,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a106fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a106fd;
  -webkit-box-shadow: 1px 1px 3px 2px #a106fd;
  box-shadow:         1px 1px 3px 2px #a106fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,6,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a106fd

Related Colors


Comments

No comments written yet.

Please login to write comment.