Color Hex Logo

#a644ae Color Hex

#A644AE
(166,68,174)
0 Favorites   0 Comments

Color spaces of #a644ae

RGB 16668174
HSL0.820.440.47
HSV295°61°68°
CMYK 0.050.610.00   0.32
XYZ25.433015.297241.6566
Yxy15.29720.30870.1857
Hunter Lab39.111647.6273-35.7698
CIE-Lab46.038654.7904-38.2273

#a644ae color RGB value is (166,68,174).

#a644ae hex color red value is 166, green value is 68 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a644ae hue: 0.82 , saturation: 0.44 and the lightness value of a644ae is 0.47.

The process color (four color CMYK) of #a644ae color hex is 0.05, 0.61, 0.00, 0.32. Web safe color of #a644ae is #993399. Color #a644ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000100 10101110
Octal 246 104 256
Decimal 166 68 174
Hex A6 44 AE

RGB Percentages of Color #a644ae

%40.69
%16.67
%42.65

CMYK Percentages of Color #a644ae

%5
%61
%0
%32

Triadic Colors of #a644ae

#a644ae #aea644 #44aea6

Analogous Colors of #a644ae

#a644ae #ae4481 #7144ae

Monochromatic Colors of #a644ae

#a644ae

Complementary Color

#a644ae #4cae44

#a644ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a644ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a644ae Color CSS Codes

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

#a644ae Text Font Color

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

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


#a644ae Background Color

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

This div background color is #a644ae


#a644ae Border Color

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

This div border color is #a644ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a644ae


Comments

No comments written yet.

Please login to write comment.