Color Hex Logo

#a149df Color Hex

#A149DF
(161,73,223)
0 Favorites   0 Comments

Color spaces of #a149df

RGB 16173223
HSL0.760.700.58
HSV275°67°87°
CMYK 0.280.670.00   0.13
XYZ30.399817.669971.6204
Yxy17.66990.25400.1476
Hunter Lab42.035655.5275-71.5936
CIE-Lab49.093361.3637-61.7060

#a149df color RGB value is (161,73,223).

#a149df hex color red value is 161, green value is 73 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a149df hue: 0.76 , saturation: 0.70 and the lightness value of a149df is 0.58.

The process color (four color CMYK) of #a149df color hex is 0.28, 0.67, 0.00, 0.13. Web safe color of #a149df is #9933cc. Color #a149df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001001 11011111
Octal 241 111 337
Decimal 161 73 223
Hex A1 49 DF

RGB Percentages of Color #a149df

%35.23
%15.97
%48.80

CMYK Percentages of Color #a149df

%28
%67
%0
%13

Triadic Colors of #a149df

#a149df #dfa149 #49dfa1

Analogous Colors of #a149df

#a149df #df49d2 #5649df

Monochromatic Colors of #a149df

#a149df

Complementary Color

#a149df #87df49

#a149df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a149df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a149df Color CSS Codes

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

#a149df Text Font Color

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

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


#a149df Background Color

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

This div background color is #a149df


#a149df Border Color

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

This div border color is #a149df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a149df


Comments

No comments written yet.

Please login to write comment.