Color Hex Logo

#a747ae Color Hex

#A747AE
(167,71,174)
0 Favorites   0 Comments

Color spaces of #a747ae

RGB 16771174
HSL0.820.420.48
HSV296°59°68°
CMYK 0.040.590.00   0.32
XYZ25.829615.778041.7285
Yxy15.77800.30990.1893
Hunter Lab39.721546.5600-34.4806
CIE-Lab46.681953.6838-37.2017

#a747ae color RGB value is (167,71,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000111 10101110
Octal 247 107 256
Decimal 167 71 174
Hex A7 47 AE

RGB Percentages of Color #a747ae

%40.53
%17.23
%42.23

CMYK Percentages of Color #a747ae

%4
%59
%0
%32

Triadic Colors of #a747ae

#a747ae #aea747 #47aea7

Analogous Colors of #a747ae

#a747ae #ae4782 #7447ae

Monochromatic Colors of #a747ae

#a747ae

Complementary Color

#a747ae #4eae47

#a747ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a747ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a747ae Color CSS Codes

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

#a747ae Text Font Color

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

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


#a747ae Background Color

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

This div background color is #a747ae


#a747ae Border Color

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

This div border color is #a747ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a747ae


Comments

No comments written yet.

Please login to write comment.