Color Hex Logo

#a149fd Color Hex

#A149FD
(161,73,253)
0 Favorites   0 Comments

Color spaces of #a149fd

RGB 16173253
HSL0.750.980.64
HSV269°71°99°
CMYK 0.360.710.00   0.01
XYZ34.810119.434094.8449
Yxy19.43400.23350.1304
Hunter Lab44.084063.8021-96.7011
CIE-Lab51.191168.1159-75.1596

#a149fd color RGB value is (161,73,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001001 11111101
Octal 241 111 375
Decimal 161 73 253
Hex A1 49 FD

RGB Percentages of Color #a149fd

%33.06
%14.99
%51.95

CMYK Percentages of Color #a149fd

%36
%71
%0
%1

Triadic Colors of #a149fd

#a149fd #fda149 #49fda1

Analogous Colors of #a149fd

#a149fd #fb49fd #494bfd

Monochromatic Colors of #a149fd

#a149fd

Complementary Color

#a149fd #a5fd49

#a149fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a149fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a149fd Color CSS Codes

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

#a149fd Text Font Color

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

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


#a149fd Background Color

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

This div background color is #a149fd


#a149fd Border Color

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

This div border color is #a149fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a149fd


Comments

No comments written yet.

Please login to write comment.