Color Hex Logo

#a149dc Color Hex

#A149DC
(161,73,220)
0 Favorites   0 Comments

Color spaces of #a149dc

RGB 16173220
HSL0.770.680.57
HSV276°67°86°
CMYK 0.270.670.00   0.14
XYZ29.998817.509569.5087
Yxy17.50950.25640.1496
Hunter Lab41.844454.7415-69.1970
CIE-Lab48.895760.7051-60.3201

#a149dc color RGB value is (161,73,220).

#a149dc hex color red value is 161, green value is 73 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a149dc hue: 0.77 , saturation: 0.68 and the lightness value of a149dc is 0.57.

The process color (four color CMYK) of #a149dc color hex is 0.27, 0.67, 0.00, 0.14. Web safe color of #a149dc is #9933cc. Color #a149dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001001 11011100
Octal 241 111 334
Decimal 161 73 220
Hex A1 49 DC

RGB Percentages of Color #a149dc

%35.46
%16.08
%48.46

CMYK Percentages of Color #a149dc

%27
%67
%0
%14

Triadic Colors of #a149dc

#a149dc #dca149 #49dca1

Analogous Colors of #a149dc

#a149dc #dc49ce #5749dc

Monochromatic Colors of #a149dc

#a149dc

Complementary Color

#a149dc #84dc49

#a149dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a149dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a149dc Color CSS Codes

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

#a149dc Text Font Color

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

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


#a149dc Background Color

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

This div background color is #a149dc


#a149dc Border Color

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

This div border color is #a149dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a149dc


Comments

No comments written yet.

Please login to write comment.