Color Hex Logo

#a447ae Color Hex

#A447AE
(164,71,174)
0 Favorites   0 Comments

Color spaces of #a447ae

RGB 16471174
HSL0.820.420.48
HSV294°59°68°
CMYK 0.060.590.00   0.32
XYZ25.203115.455041.6992
Yxy15.45500.30600.1877
Hunter Lab39.312845.6372-35.3700
CIE-Lab46.251252.9003-37.9102

#a447ae color RGB value is (164,71,174).

#a447ae hex color red value is 164, green value is 71 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a447ae hue: 0.82 , saturation: 0.42 and the lightness value of a447ae is 0.48.

The process color (four color CMYK) of #a447ae color hex is 0.06, 0.59, 0.00, 0.32. Web safe color of #a447ae is #993399. Color #a447ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000111 10101110
Octal 244 107 256
Decimal 164 71 174
Hex A4 47 AE

RGB Percentages of Color #a447ae

%40.10
%17.36
%42.54

CMYK Percentages of Color #a447ae

%6
%59
%0
%32

Triadic Colors of #a447ae

#a447ae #aea447 #47aea4

Analogous Colors of #a447ae

#a447ae #ae4785 #7147ae

Monochromatic Colors of #a447ae

#a447ae

Complementary Color

#a447ae #51ae47

#a447ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a447ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a447ae Color CSS Codes

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

#a447ae Text Font Color

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

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


#a447ae Background Color

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

This div background color is #a447ae


#a447ae Border Color

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

This div border color is #a447ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a447ae


Comments

No comments written yet.

Please login to write comment.