Color Hex Logo

#a84eae Color Hex

#A84EAE
(168,78,174)
0 Favorites   0 Comments

Color spaces of #a84eae

RGB 16878174
HSL0.820.380.49
HSV296°55°68°
CMYK 0.030.550.00   0.32
XYZ26.512816.829641.8955
Yxy16.82960.31100.1974
Hunter Lab41.023943.5686-31.8330
CIE-Lab48.044650.6406-35.0457

#a84eae color RGB value is (168,78,174).

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

The process color (four color CMYK) of #a84eae color hex is 0.03, 0.55, 0.00, 0.32. Web safe color of #a84eae is #996699. Color #a84eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001110 10101110
Octal 250 116 256
Decimal 168 78 174
Hex A8 4E AE

RGB Percentages of Color #a84eae

%40.00
%18.57
%41.43

CMYK Percentages of Color #a84eae

%3
%55
%0
%32

Triadic Colors of #a84eae

#a84eae #aea84e #4eaea8

Analogous Colors of #a84eae

#a84eae #ae4e84 #784eae

Monochromatic Colors of #a84eae

#a84eae

Complementary Color

#a84eae #54ae4e

#a84eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84eae Color CSS Codes

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

#a84eae Text Font Color

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

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


#a84eae Background Color

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

This div background color is #a84eae


#a84eae Border Color

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

This div border color is #a84eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84eae


Comments

No comments written yet.

Please login to write comment.