Color Hex Logo

#a44ec5 Color Hex

#A44EC5
(164,78,197)
0 Favorites   0 Comments

Color spaces of #a44ec5

RGB 16478197
HSL0.790.510.54
HSV283°60°77°
CMYK 0.170.600.00   0.23
XYZ28.112317.372554.6949
Yxy17.37250.28060.1734
Hunter Lab41.680347.4530-48.6269
CIE-Lab48.726054.1455-47.3895

#a44ec5 color RGB value is (164,78,197).

#a44ec5 hex color red value is 164, green value is 78 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #a44ec5 hue: 0.79 , saturation: 0.51 and the lightness value of a44ec5 is 0.54.

The process color (four color CMYK) of #a44ec5 color hex is 0.17, 0.60, 0.00, 0.23. Web safe color of #a44ec5 is #9966cc. Color #a44ec5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001110 11000101
Octal 244 116 305
Decimal 164 78 197
Hex A4 4E C5

RGB Percentages of Color #a44ec5

%37.36
%17.77
%44.87

CMYK Percentages of Color #a44ec5

%17
%60
%0
%23

Triadic Colors of #a44ec5

#a44ec5 #c5a44e #4ec5a4

Analogous Colors of #a44ec5

#a44ec5 #c54eab #694ec5

Monochromatic Colors of #a44ec5

#a44ec5

Complementary Color

#a44ec5 #6fc54e

#a44ec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44ec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44ec5 Color CSS Codes

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

#a44ec5 Text Font Color

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

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


#a44ec5 Background Color

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

This div background color is #a44ec5


#a44ec5 Border Color

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

This div border color is #a44ec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44ec5


Comments

No comments written yet.

Please login to write comment.