Color Hex Logo

#a25aae Color Hex

#A25AAE
(162,90,174)
0 Favorites   0 Comments

Color spaces of #a25aae

RGB 16290174
HSL0.810.340.52
HSV291°48°68°
CMYK 0.070.480.00   0.32
XYZ26.196418.049742.1476
Yxy18.04970.30320.2089
Hunter Lab42.484935.7152-29.0798
CIE-Lab49.556342.8198-32.7305

#a25aae color RGB value is (162,90,174).

#a25aae hex color red value is 162, green value is 90 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a25aae hue: 0.81 , saturation: 0.34 and the lightness value of a25aae is 0.52.

The process color (four color CMYK) of #a25aae color hex is 0.07, 0.48, 0.00, 0.32. Web safe color of #a25aae is #996699. Color #a25aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011010 10101110
Octal 242 132 256
Decimal 162 90 174
Hex A2 5A AE

RGB Percentages of Color #a25aae

%38.03
%21.13
%40.85

CMYK Percentages of Color #a25aae

%7
%48
%0
%32

Triadic Colors of #a25aae

#a25aae #aea25a #5aaea2

Analogous Colors of #a25aae

#a25aae #ae5a90 #785aae

Monochromatic Colors of #a25aae

#a25aae

Complementary Color

#a25aae #66ae5a

#a25aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25aae Color CSS Codes

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

#a25aae Text Font Color

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

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


#a25aae Background Color

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

This div background color is #a25aae


#a25aae Border Color

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

This div border color is #a25aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25aae


Comments

No comments written yet.

Please login to write comment.