Color Hex Logo

#a642ae Color Hex

#A642AE
(166,66,174)
0 Favorites   0 Comments

Color spaces of #a642ae

RGB 16666174
HSL0.820.450.47
HSV296°62°68°
CMYK 0.050.620.00   0.32
XYZ25.314115.059441.6170
Yxy15.05940.30870.1837
Hunter Lab38.806448.5273-36.4196
CIE-Lab45.715455.6804-38.7384

#a642ae color RGB value is (166,66,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000010 10101110
Octal 246 102 256
Decimal 166 66 174
Hex A6 42 AE

RGB Percentages of Color #a642ae

%40.89
%16.26
%42.86

CMYK Percentages of Color #a642ae

%5
%62
%0
%32

Triadic Colors of #a642ae

#a642ae #aea642 #42aea6

Analogous Colors of #a642ae

#a642ae #ae4280 #7042ae

Monochromatic Colors of #a642ae

#a642ae

Complementary Color

#a642ae #4aae42

#a642ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a642ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a642ae Color CSS Codes

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

#a642ae Text Font Color

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

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


#a642ae Background Color

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

This div background color is #a642ae


#a642ae Border Color

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

This div border color is #a642ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a642ae


Comments

No comments written yet.

Please login to write comment.