Color Hex Logo

#a949eb Color Hex

#A949EB
(169,73,235)
0 Favorites   0 Comments

Color spaces of #a949eb

RGB 16973235
HSL0.770.800.60
HSV276°69°92°
CMYK 0.280.690.00   0.08
XYZ33.740119.198380.5246
Yxy19.19830.25280.1438
Hunter Lab43.815960.7749-78.2918
CIE-Lab50.918465.5880-65.4877

#a949eb color RGB value is (169,73,235).

#a949eb hex color red value is 169, green value is 73 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a949eb hue: 0.77 , saturation: 0.80 and the lightness value of a949eb is 0.60.

The process color (four color CMYK) of #a949eb color hex is 0.28, 0.69, 0.00, 0.08. Web safe color of #a949eb is #9933ff. Color #a949eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001001 11101011
Octal 251 111 353
Decimal 169 73 235
Hex A9 49 EB

RGB Percentages of Color #a949eb

%35.43
%15.30
%49.27

CMYK Percentages of Color #a949eb

%28
%69
%0
%8

Triadic Colors of #a949eb

#a949eb #eba949 #49eba9

Analogous Colors of #a949eb

#a949eb #eb49dc #5849eb

Monochromatic Colors of #a949eb

#a949eb

Complementary Color

#a949eb #8beb49

#a949eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a949eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a949eb Color CSS Codes

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

#a949eb Text Font Color

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

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


#a949eb Background Color

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

This div background color is #a949eb


#a949eb Border Color

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

This div border color is #a949eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,73,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a949eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a949eb


Comments

No comments written yet.

Please login to write comment.