Color Hex Logo

#a449bd Color Hex

#A449BD
(164,73,189)
0 Favorites   0 Comments

Color spaces of #a449bd

RGB 16473189
HSL0.800.470.51
HSV287°61°74°
CMYK 0.130.610.00   0.26
XYZ26.877716.331749.8798
Yxy16.33170.28870.1754
Hunter Lab40.412547.9956-44.8909
CIE-Lab47.406754.8822-44.8546

#a449bd color RGB value is (164,73,189).

#a449bd hex color red value is 164, green value is 73 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a449bd hue: 0.80 , saturation: 0.47 and the lightness value of a449bd is 0.51.

The process color (four color CMYK) of #a449bd color hex is 0.13, 0.61, 0.00, 0.26. Web safe color of #a449bd is #9933cc. Color #a449bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001001 10111101
Octal 244 111 275
Decimal 164 73 189
Hex A4 49 BD

RGB Percentages of Color #a449bd

%38.50
%17.14
%44.37

CMYK Percentages of Color #a449bd

%13
%61
%0
%26

Triadic Colors of #a449bd

#a449bd #bda449 #49bda4

Analogous Colors of #a449bd

#a449bd #bd499c #6a49bd

Monochromatic Colors of #a449bd

#a449bd

Complementary Color

#a449bd #62bd49

#a449bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a449bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a449bd Color CSS Codes

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

#a449bd Text Font Color

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

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


#a449bd Background Color

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

This div background color is #a449bd


#a449bd Border Color

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

This div border color is #a449bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a449bd


Comments

No comments written yet.

Please login to write comment.