Color Hex Logo

#a841ae Color Hex

#A841AE
(168,65,174)
0 Favorites   0 Comments

Color spaces of #a841ae

RGB 16865174
HSL0.820.460.47
HSV297°63°68°
CMYK 0.030.630.00   0.32
XYZ25.678715.161441.6174
Yxy15.16140.31140.1839
Hunter Lab38.937649.5768-36.1141
CIE-Lab45.854556.6183-38.4992

#a841ae color RGB value is (168,65,174).

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

The process color (four color CMYK) of #a841ae color hex is 0.03, 0.63, 0.00, 0.32. Web safe color of #a841ae is #993399. Color #a841ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000001 10101110
Octal 250 101 256
Decimal 168 65 174
Hex A8 41 AE

RGB Percentages of Color #a841ae

%41.28
%15.97
%42.75

CMYK Percentages of Color #a841ae

%3
%63
%0
%32

Triadic Colors of #a841ae

#a841ae #aea841 #41aea8

Analogous Colors of #a841ae

#a841ae #ae417e #7241ae

Monochromatic Colors of #a841ae

#a841ae

Complementary Color

#a841ae #47ae41

#a841ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a841ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a841ae Color CSS Codes

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

#a841ae Text Font Color

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

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


#a841ae Background Color

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

This div background color is #a841ae


#a841ae Border Color

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

This div border color is #a841ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a841ae


Comments

No comments written yet.

Please login to write comment.