Color Hex Logo

#a41ffb Color Hex

#A41FFB
(164,31,251)
0 Favorites   0 Comments

Color spaces of #a41ffb

RGB 16431251
HSL0.770.960.55
HSV276°88°98°
CMYK 0.350.880.00   0.02
XYZ33.212415.837592.5732
Yxy15.83750.23450.1118
Hunter Lab39.796479.3251-110.0613
CIE-Lab46.760681.6543-81.2612

#a41ffb color RGB value is (164,31,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011111 11111011
Octal 244 37 373
Decimal 164 31 251
Hex A4 1F FB

RGB Percentages of Color #a41ffb

%36.77
%6.95
%56.28

CMYK Percentages of Color #a41ffb

%35
%88
%0
%2

Triadic Colors of #a41ffb

#a41ffb #fba41f #1ffba4

Analogous Colors of #a41ffb

#a41ffb #fb1fe4 #361ffb

Monochromatic Colors of #a41ffb

#a41ffb

Complementary Color

#a41ffb #76fb1f

#a41ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41ffb Color CSS Codes

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

#a41ffb Text Font Color

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

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


#a41ffb Background Color

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

This div background color is #a41ffb


#a41ffb Border Color

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

This div border color is #a41ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.