Color Hex Logo

#a49cfb Color Hex

#A49CFB
(164,156,251)
0 Favorites   0 Comments

Color spaces of #a49cfb

RGB 164156251
HSL0.680.920.80
HSV245°38°98°
CMYK 0.350.380.00   0.02
XYZ44.610938.634596.3727
Yxy38.63450.24840.2151
Hunter Lab62.156719.3384-48.4183
CIE-Lab68.485724.4090-46.3616

#a49cfb color RGB value is (164,156,251).

#a49cfb hex color red value is 164, green value is 156 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a49cfb hue: 0.68 , saturation: 0.92 and the lightness value of a49cfb is 0.80.

The process color (four color CMYK) of #a49cfb color hex is 0.35, 0.38, 0.00, 0.02. Web safe color of #a49cfb is #9999ff. Color #a49cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011100 11111011
Octal 244 234 373
Decimal 164 156 251
Hex A4 9C FB

RGB Percentages of Color #a49cfb

%28.72
%27.32
%43.96

CMYK Percentages of Color #a49cfb

%35
%38
%0
%2

Triadic Colors of #a49cfb

#a49cfb #fba49c #9cfba4

Analogous Colors of #a49cfb

#a49cfb #d49cfb #9cc4fb

Monochromatic Colors of #a49cfb

#a49cfb

Complementary Color

#a49cfb #f3fb9c

#a49cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49cfb Color CSS Codes

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

#a49cfb Text Font Color

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

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


#a49cfb Background Color

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

This div background color is #a49cfb


#a49cfb Border Color

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

This div border color is #a49cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49cfb


Comments

No comments written yet.

Please login to write comment.