Color Hex Logo

#a25fa1 Color Hex

#A25FA1
(162,95,161)
0 Favorites   0 Comments

Color spaces of #a25fa1

RGB 16295161
HSL0.840.260.50
HSV301°41°64°
CMYK 0.000.410.01   0.36
XYZ25.425518.439035.9372
Yxy18.43900.31860.2311
Hunter Lab42.940730.5451-19.5616
CIE-Lab50.024337.5790-24.3809

#a25fa1 color RGB value is (162,95,161).

#a25fa1 hex color red value is 162, green value is 95 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #a25fa1 hue: 0.84 , saturation: 0.26 and the lightness value of a25fa1 is 0.50.

The process color (four color CMYK) of #a25fa1 color hex is 0.00, 0.41, 0.01, 0.36. Web safe color of #a25fa1 is #996699. Color #a25fa1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011111 10100001
Octal 242 137 241
Decimal 162 95 161
Hex A2 5F A1

RGB Percentages of Color #a25fa1

%38.76
%22.73
%38.52

CMYK Percentages of Color #a25fa1

%0
%41
%1
%36

Triadic Colors of #a25fa1

#a25fa1 #a1a25f #5fa1a2

Analogous Colors of #a25fa1

#a25fa1 #a25f80 #825fa2

Monochromatic Colors of #a25fa1

#a25fa1

Complementary Color

#a25fa1 #5fa260

#a25fa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25fa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25fa1 Color CSS Codes

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

#a25fa1 Text Font Color

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

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


#a25fa1 Background Color

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

This div background color is #a25fa1


#a25fa1 Border Color

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

This div border color is #a25fa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25fa1


Comments

No comments written yet.

Please login to write comment.