Color Hex Logo

#a25a9f Color Hex

#A25A9F
(162,90,159)
0 Favorites   0 Comments

Color spaces of #a25a9f

RGB 16290159
HSL0.840.290.49
HSV303°44°64°
CMYK 0.000.440.02   0.36
XYZ24.814517.496934.8703
Yxy17.49690.32150.2267
Hunter Lab41.829332.6907-20.1456
CIE-Lab48.880139.9092-24.9721

#a25a9f color RGB value is (162,90,159).

#a25a9f hex color red value is 162, green value is 90 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #a25a9f hue: 0.84 , saturation: 0.29 and the lightness value of a25a9f is 0.49.

The process color (four color CMYK) of #a25a9f color hex is 0.00, 0.44, 0.02, 0.36. Web safe color of #a25a9f is #996699. Color #a25a9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011010 10011111
Octal 242 132 237
Decimal 162 90 159
Hex A2 5A 9F

RGB Percentages of Color #a25a9f

%39.42
%21.90
%38.69

CMYK Percentages of Color #a25a9f

%0
%44
%2
%36

Triadic Colors of #a25a9f

#a25a9f #9fa25a #5a9fa2

Analogous Colors of #a25a9f

#a25a9f #a25a7b #815aa2

Monochromatic Colors of #a25a9f

#a25a9f

Complementary Color

#a25a9f #5aa25d

#a25a9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25a9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25a9f Color CSS Codes

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

#a25a9f Text Font Color

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

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


#a25a9f Background Color

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

This div background color is #a25a9f


#a25a9f Border Color

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

This div border color is #a25a9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25a9f


Comments

No comments written yet.

Please login to write comment.