Color Hex Logo

#a549b9 Color Hex

#A549B9
(165,73,185)
0 Favorites   0 Comments

Color spaces of #a549b9

RGB 16573185
HSL0.800.440.51
HSV289°61°73°
CMYK 0.110.610.00   0.27
XYZ26.656516.267247.6339
Yxy16.26720.29440.1796
Hunter Lab40.332647.3916-41.7902
CIE-Lab47.323154.3396-42.6491

#a549b9 color RGB value is (165,73,185).

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

The process color (four color CMYK) of #a549b9 color hex is 0.11, 0.61, 0.00, 0.27. Web safe color of #a549b9 is #9933cc. Color #a549b9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001001 10111001
Octal 245 111 271
Decimal 165 73 185
Hex A5 49 B9

RGB Percentages of Color #a549b9

%39.01
%17.26
%43.74

CMYK Percentages of Color #a549b9

%11
%61
%0
%27

Triadic Colors of #a549b9

#a549b9 #b9a549 #49b9a5

Analogous Colors of #a549b9

#a549b9 #b94995 #6d49b9

Monochromatic Colors of #a549b9

#a549b9

Complementary Color

#a549b9 #5db949

#a549b9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a549b9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a549b9 Color CSS Codes

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

#a549b9 Text Font Color

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

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


#a549b9 Background Color

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

This div background color is #a549b9


#a549b9 Border Color

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

This div border color is #a549b9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a549b9


Comments

No comments written yet.

Please login to write comment.