Color Hex Logo

#a25aad Color Hex

#A25AAD
(162,90,173)
0 Favorites   0 Comments

Color spaces of #a25aad

RGB 16290173
HSL0.810.340.52
HSV292°48°68°
CMYK 0.060.480.00   0.32
XYZ26.099318.010841.6360
Yxy18.01080.30440.2100
Hunter Lab42.439135.5058-28.4606
CIE-Lab49.509242.6204-32.2196

#a25aad color RGB value is (162,90,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011010 10101101
Octal 242 132 255
Decimal 162 90 173
Hex A2 5A AD

RGB Percentages of Color #a25aad

%38.12
%21.18
%40.71

CMYK Percentages of Color #a25aad

%6
%48
%0
%32

Triadic Colors of #a25aad

#a25aad #ada25a #5aada2

Analogous Colors of #a25aad

#a25aad #ad5a8f #795aad

Monochromatic Colors of #a25aad

#a25aad

Complementary Color

#a25aad #65ad5a

#a25aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25aad Color CSS Codes

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

#a25aad Text Font Color

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

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


#a25aad Background Color

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

This div background color is #a25aad


#a25aad Border Color

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

This div border color is #a25aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,90,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25aad


Comments

No comments written yet.

Please login to write comment.