Color Hex Logo

#a41aff Color Hex

#A41AFF
(164,26,255)
0 Favorites   0 Comments

Color spaces of #a41aff

RGB 16426255
HSL0.771.000.55
HSV276°90°100°
CMYK 0.360.900.00   0.00
XYZ33.729215.851395.8896
Yxy15.85130.23190.1090
Hunter Lab39.813781.5469-114.9279
CIE-Lab46.778883.3930-83.4659

#a41aff color RGB value is (164,26,255).

#a41aff hex color red value is 164, green value is 26 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a41aff hue: 0.77 , saturation: 1.00 and the lightness value of a41aff is 0.55.

The process color (four color CMYK) of #a41aff color hex is 0.36, 0.90, 0.00, 0.00. Web safe color of #a41aff is #9933ff. Color #a41aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011010 11111111
Octal 244 32 377
Decimal 164 26 255
Hex A4 1A FF

RGB Percentages of Color #a41aff

%36.85
%5.84
%57.30

CMYK Percentages of Color #a41aff

%36
%90
%0
%0

Triadic Colors of #a41aff

#a41aff #ffa41a #1affa4

Analogous Colors of #a41aff

#a41aff #ff1ae8 #321aff

Monochromatic Colors of #a41aff

#a41aff

Complementary Color

#a41aff #75ff1a

#a41aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41aff Color CSS Codes

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

#a41aff Text Font Color

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

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


#a41aff Background Color

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

This div background color is #a41aff


#a41aff Border Color

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

This div border color is #a41aff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,26,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a41aff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a41aff;
  -webkit-box-shadow: 1px 1px 3px 2px #a41aff;
  box-shadow:         1px 1px 3px 2px #a41aff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,26,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41aff

Related Colors


Comments

No comments written yet.

Please login to write comment.