Color Hex Logo

#a25ead Color Hex

#A25EAD
(162,94,173)
0 Favorites   0 Comments

Color spaces of #a25ead

RGB 16294173
HSL0.810.330.52
HSV292°46°68°
CMYK 0.060.460.00   0.32
XYZ26.445818.703941.7515
Yxy18.70390.30430.2152
Hunter Lab43.248033.4673-26.9648
CIE-Lab50.339040.4757-30.9230

#a25ead color RGB value is (162,94,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011110 10101101
Octal 242 136 255
Decimal 162 94 173
Hex A2 5E AD

RGB Percentages of Color #a25ead

%37.76
%21.91
%40.33

CMYK Percentages of Color #a25ead

%6
%46
%0
%32

Triadic Colors of #a25ead

#a25ead #ada25e #5eada2

Analogous Colors of #a25ead

#a25ead #ad5e91 #7b5ead

Monochromatic Colors of #a25ead

#a25ead

Complementary Color

#a25ead #69ad5e

#a25ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25ead Color CSS Codes

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

#a25ead Text Font Color

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

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


#a25ead Background Color

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

This div background color is #a25ead


#a25ead Border Color

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

This div border color is #a25ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25ead


Comments

No comments written yet.

Please login to write comment.