Color Hex Logo

#a25994 Color Hex

#A25994
(162,89,148)
0 Favorites   0 Comments

Color spaces of #a25994

RGB 16289148
HSL0.870.290.49
HSV312°45°64°
CMYK 0.000.450.09   0.36
XYZ23.818016.964330.0361
Yxy16.96430.33630.2395
Hunter Lab41.187731.1442-14.4057
CIE-Lab48.215038.4397-19.4785

#a25994 color RGB value is (162,89,148).

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

The process color (four color CMYK) of #a25994 color hex is 0.00, 0.45, 0.09, 0.36. Web safe color of #a25994 is #996699. Color #a25994 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011001 10010100
Octal 242 131 224
Decimal 162 89 148
Hex A2 59 94

RGB Percentages of Color #a25994

%40.60
%22.31
%37.09

CMYK Percentages of Color #a25994

%0
%45
%9
%36

Triadic Colors of #a25994

#a25994 #94a259 #5994a2

Analogous Colors of #a25994

#a25994 #a25970 #8c59a2

Monochromatic Colors of #a25994

#a25994

Complementary Color

#a25994 #59a267

#a25994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25994 Color CSS Codes

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

#a25994 Text Font Color

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

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


#a25994 Background Color

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

This div background color is #a25994


#a25994 Border Color

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

This div border color is #a25994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25994


Comments

No comments written yet.

Please login to write comment.