Color Hex Logo

#a25893 Color Hex

#A25893
(162,88,147)
0 Favorites   0 Comments

Color spaces of #a25893

RGB 16288147
HSL0.870.300.49
HSV312°46°64°
CMYK 0.000.460.09   0.36
XYZ23.656516.767429.5934
Yxy16.76740.33790.2395
Hunter Lab40.948031.4640-14.1857
CIE-Lab47.965638.8007-19.2657

#a25893 color RGB value is (162,88,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011000 10010011
Octal 242 130 223
Decimal 162 88 147
Hex A2 58 93

RGB Percentages of Color #a25893

%40.81
%22.17
%37.03

CMYK Percentages of Color #a25893

%0
%46
%9
%36

Triadic Colors of #a25893

#a25893 #93a258 #5893a2

Analogous Colors of #a25893

#a25893 #a2586e #8c58a2

Monochromatic Colors of #a25893

#a25893

Complementary Color

#a25893 #58a267

#a25893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25893 Color CSS Codes

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

#a25893 Text Font Color

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

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


#a25893 Background Color

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

This div background color is #a25893


#a25893 Border Color

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

This div border color is #a25893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25893


Comments

No comments written yet.

Please login to write comment.