Color Hex Logo

#a449ba Color Hex

#A449BA
(164,73,186)
0 Favorites   0 Comments

Color spaces of #a449ba

RGB 16473186
HSL0.800.450.51
HSV288°61°73°
CMYK 0.120.610.00   0.27
XYZ26.555316.202848.1822
Yxy16.20280.29200.1782
Hunter Lab40.252747.3168-42.7928
CIE-Lab47.239454.2856-43.3737

#a449ba color RGB value is (164,73,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001001 10111010
Octal 244 111 272
Decimal 164 73 186
Hex A4 49 BA

RGB Percentages of Color #a449ba

%38.77
%17.26
%43.97

CMYK Percentages of Color #a449ba

%12
%61
%0
%27

Triadic Colors of #a449ba

#a449ba #baa449 #49baa4

Analogous Colors of #a449ba

#a449ba #ba4998 #6c49ba

Monochromatic Colors of #a449ba

#a449ba

Complementary Color

#a449ba #5fba49

#a449ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a449ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a449ba Color CSS Codes

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

#a449ba Text Font Color

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

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


#a449ba Background Color

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

This div background color is #a449ba


#a449ba Border Color

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

This div border color is #a449ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a449ba


Comments

No comments written yet.

Please login to write comment.