Color Hex Logo

#a44aba Color Hex

#A44ABA
(164,74,186)
0 Favorites   0 Comments

Color spaces of #a44aba

RGB 16474186
HSL0.800.450.51
HSV288°60°73°
CMYK 0.120.600.00   0.27
XYZ26.621516.335248.2043
Yxy16.33520.29200.1792
Hunter Lab40.416846.8438-42.4222
CIE-Lab47.411253.8166-43.1008

#a44aba color RGB value is (164,74,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001010 10111010
Octal 244 112 272
Decimal 164 74 186
Hex A4 4A BA

RGB Percentages of Color #a44aba

%38.68
%17.45
%43.87

CMYK Percentages of Color #a44aba

%12
%60
%0
%27

Triadic Colors of #a44aba

#a44aba #baa44a #4abaa4

Analogous Colors of #a44aba

#a44aba #ba4a98 #6c4aba

Monochromatic Colors of #a44aba

#a44aba

Complementary Color

#a44aba #60ba4a

#a44aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44aba Color CSS Codes

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

#a44aba Text Font Color

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

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


#a44aba Background Color

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

This div background color is #a44aba


#a44aba Border Color

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

This div border color is #a44aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44aba


Comments

No comments written yet.

Please login to write comment.