Color Hex Logo

#a149dd Color Hex

#A149DD
(161,73,221)
0 Favorites   0 Comments

Color spaces of #a149dd

RGB 16173221
HSL0.770.690.58
HSV276°67°87°
CMYK 0.270.670.00   0.13
XYZ30.131617.562670.2084
Yxy17.56260.25560.1490
Hunter Lab41.907855.0026-69.9936
CIE-Lab48.961260.9242-60.7830

#a149dd color RGB value is (161,73,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001001 11011101
Octal 241 111 335
Decimal 161 73 221
Hex A1 49 DD

RGB Percentages of Color #a149dd

%35.38
%16.04
%48.57

CMYK Percentages of Color #a149dd

%27
%67
%0
%13

Triadic Colors of #a149dd

#a149dd #dda149 #49dda1

Analogous Colors of #a149dd

#a149dd #dd49cf #5749dd

Monochromatic Colors of #a149dd

#a149dd

Complementary Color

#a149dd #85dd49

#a149dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a149dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a149dd Color CSS Codes

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

#a149dd Text Font Color

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

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


#a149dd Background Color

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

This div background color is #a149dd


#a149dd Border Color

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

This div border color is #a149dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a149dd


Comments

No comments written yet.

Please login to write comment.