Color Hex Logo

#a49ffd Color Hex

#A49FFD
(164,159,253)
0 Favorites   0 Comments

Color spaces of #a49ffd

RGB 164159253
HSL0.680.960.81
HSV243°37°99°
CMYK 0.350.370.00   0.01
XYZ45.437639.780698.2121
Yxy39.78060.24770.2169
Hunter Lab63.071918.2174-48.1729
CIE-Lab69.313023.2287-46.1492

#a49ffd color RGB value is (164,159,253).

#a49ffd hex color red value is 164, green value is 159 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a49ffd hue: 0.68 , saturation: 0.96 and the lightness value of a49ffd is 0.81.

The process color (four color CMYK) of #a49ffd color hex is 0.35, 0.37, 0.00, 0.01. Web safe color of #a49ffd is #9999ff. Color #a49ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011111 11111101
Octal 244 237 375
Decimal 164 159 253
Hex A4 9F FD

RGB Percentages of Color #a49ffd

%28.47
%27.60
%43.92

CMYK Percentages of Color #a49ffd

%35
%37
%0
%1

Triadic Colors of #a49ffd

#a49ffd #fda49f #9ffda4

Analogous Colors of #a49ffd

#a49ffd #d39ffd #9fc9fd

Monochromatic Colors of #a49ffd

#a49ffd

Complementary Color

#a49ffd #f8fd9f

#a49ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49ffd Color CSS Codes

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

#a49ffd Text Font Color

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

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


#a49ffd Background Color

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

This div background color is #a49ffd


#a49ffd Border Color

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

This div border color is #a49ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49ffd


Comments

No comments written yet.

Please login to write comment.