Color Hex Logo

#a84aae Color Hex

#A84AAE
(168,74,174)
0 Favorites   0 Comments

Color spaces of #a84aae

RGB 16874174
HSL0.820.400.49
HSV296°57°68°
CMYK 0.030.570.00   0.32
XYZ26.237216.278441.8036
Yxy16.27840.31120.1931
Hunter Lab40.346545.4716-33.1887
CIE-Lab47.337652.5519-36.1582

#a84aae color RGB value is (168,74,174).

#a84aae hex color red value is 168, green value is 74 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a84aae hue: 0.82 , saturation: 0.40 and the lightness value of a84aae is 0.49.

The process color (four color CMYK) of #a84aae color hex is 0.03, 0.57, 0.00, 0.32. Web safe color of #a84aae is #993399. Color #a84aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001010 10101110
Octal 250 112 256
Decimal 168 74 174
Hex A8 4A AE

RGB Percentages of Color #a84aae

%40.38
%17.79
%41.83

CMYK Percentages of Color #a84aae

%3
%57
%0
%32

Triadic Colors of #a84aae

#a84aae #aea84a #4aaea8

Analogous Colors of #a84aae

#a84aae #ae4a82 #764aae

Monochromatic Colors of #a84aae

#a84aae

Complementary Color

#a84aae #50ae4a

#a84aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84aae Color CSS Codes

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

#a84aae Text Font Color

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

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


#a84aae Background Color

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

This div background color is #a84aae


#a84aae Border Color

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

This div border color is #a84aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84aae


Comments

No comments written yet.

Please login to write comment.