Color Hex Logo

#a25da9 Color Hex

#A25DA9
(162,93,169)
0 Favorites   0 Comments

Color spaces of #a25da9

RGB 16293169
HSL0.820.310.51
HSV294°45°66°
CMYK 0.040.450.00   0.34
XYZ25.976118.374739.7137
Yxy18.37470.30900.2186
Hunter Lab42.865733.1538-24.9243
CIE-Lab49.947540.2192-29.1946

#a25da9 color RGB value is (162,93,169).

#a25da9 hex color red value is 162, green value is 93 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #a25da9 hue: 0.82 , saturation: 0.31 and the lightness value of a25da9 is 0.51.

The process color (four color CMYK) of #a25da9 color hex is 0.04, 0.45, 0.00, 0.34. Web safe color of #a25da9 is #996699. Color #a25da9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011101 10101001
Octal 242 135 251
Decimal 162 93 169
Hex A2 5D A9

RGB Percentages of Color #a25da9

%38.21
%21.93
%39.86

CMYK Percentages of Color #a25da9

%4
%45
%0
%34

Triadic Colors of #a25da9

#a25da9 #a9a25d #5da9a2

Analogous Colors of #a25da9

#a25da9 #a95d8a #7c5da9

Monochromatic Colors of #a25da9

#a25da9

Complementary Color

#a25da9 #64a95d

#a25da9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25da9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25da9 Color CSS Codes

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

#a25da9 Text Font Color

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

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


#a25da9 Background Color

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

This div background color is #a25da9


#a25da9 Border Color

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

This div border color is #a25da9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25da9


Comments

No comments written yet.

Please login to write comment.