Color Hex Logo

#a44eae Color Hex

#A44EAE
(164,78,174)
0 Favorites   0 Comments

Color spaces of #a44eae

RGB 16478174
HSL0.820.380.49
HSV294°55°68°
CMYK 0.060.550.00   0.32
XYZ25.674216.397341.8562
Yxy16.39730.30590.1954
Hunter Lab40.493642.3108-32.9396
CIE-Lab47.491549.5433-35.9539

#a44eae color RGB value is (164,78,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001110 10101110
Octal 244 116 256
Decimal 164 78 174
Hex A4 4E AE

RGB Percentages of Color #a44eae

%39.42
%18.75
%41.83

CMYK Percentages of Color #a44eae

%6
%55
%0
%32

Triadic Colors of #a44eae

#a44eae #aea44e #4eaea4

Analogous Colors of #a44eae

#a44eae #ae4e88 #744eae

Monochromatic Colors of #a44eae

#a44eae

Complementary Color

#a44eae #58ae4e

#a44eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44eae Color CSS Codes

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

#a44eae Text Font Color

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

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


#a44eae Background Color

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

This div background color is #a44eae


#a44eae Border Color

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

This div border color is #a44eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44eae


Comments

No comments written yet.

Please login to write comment.