Color Hex Logo

#a549bd Color Hex

#A549BD
(165,73,189)
0 Favorites   0 Comments

Color spaces of #a549bd

RGB 16573189
HSL0.800.470.51
HSV288°61°74°
CMYK 0.130.610.00   0.26
XYZ27.084916.438549.8895
Yxy16.43850.28990.1760
Hunter Lab40.544448.2907-44.5747
CIE-Lab47.544655.1289-44.6268

#a549bd color RGB value is (165,73,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001001 10111101
Octal 245 111 275
Decimal 165 73 189
Hex A5 49 BD

RGB Percentages of Color #a549bd

%38.64
%17.10
%44.26

CMYK Percentages of Color #a549bd

%13
%61
%0
%26

Triadic Colors of #a549bd

#a549bd #bda549 #49bda5

Analogous Colors of #a549bd

#a549bd #bd499b #6b49bd

Monochromatic Colors of #a549bd

#a549bd

Complementary Color

#a549bd #61bd49

#a549bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a549bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a549bd Color CSS Codes

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

#a549bd Text Font Color

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

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


#a549bd Background Color

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

This div background color is #a549bd


#a549bd Border Color

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

This div border color is #a549bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,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 #a549bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a549bd


Comments

No comments written yet.

Please login to write comment.