Color Hex Logo

#a341fd Color Hex

#A341FD
(163,65,253)
0 Favorites   0 Comments

Color spaces of #a341fd

RGB 16365253
HSL0.750.980.62
HSV271°74°99°
CMYK 0.360.740.00   0.01
XYZ34.724218.659094.6999
Yxy18.65900.23450.1260
Hunter Lab43.196167.8984-99.7458
CIE-Lab50.285871.7236-76.6231

#a341fd color RGB value is (163,65,253).

#a341fd hex color red value is 163, green value is 65 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a341fd hue: 0.75 , saturation: 0.98 and the lightness value of a341fd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000001 11111101
Octal 243 101 375
Decimal 163 65 253
Hex A3 41 FD

RGB Percentages of Color #a341fd

%33.89
%13.51
%52.60

CMYK Percentages of Color #a341fd

%36
%74
%0
%1

Triadic Colors of #a341fd

#a341fd #fda341 #41fda3

Analogous Colors of #a341fd

#a341fd #fd41f9 #4541fd

Monochromatic Colors of #a341fd

#a341fd

Complementary Color

#a341fd #9bfd41

#a341fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a341fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a341fd Color CSS Codes

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

#a341fd Text Font Color

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

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


#a341fd Background Color

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

This div background color is #a341fd


#a341fd Border Color

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

This div border color is #a341fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a341fd


Comments

No comments written yet.

Please login to write comment.