Color Hex Logo

#a25486 Color Hex

#A25486
(162,84,134)
0 Favorites   0 Comments

Color spaces of #a25486

RGB 16284134
HSL0.890.320.48
HSV322°48°64°
CMYK 0.000.480.17   0.36
XYZ22.373715.743324.4138
Yxy15.74330.35780.2518
Hunter Lab39.677831.2171-8.7067
CIE-Lab46.635938.7413-13.5105

#a25486 color RGB value is (162,84,134).

#a25486 hex color red value is 162, green value is 84 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #a25486 hue: 0.89 , saturation: 0.32 and the lightness value of a25486 is 0.48.

The process color (four color CMYK) of #a25486 color hex is 0.00, 0.48, 0.17, 0.36. Web safe color of #a25486 is #996699. Color #a25486 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010100 10000110
Octal 242 124 206
Decimal 162 84 134
Hex A2 54 86

RGB Percentages of Color #a25486

%42.63
%22.11
%35.26

CMYK Percentages of Color #a25486

%0
%48
%17
%36

Triadic Colors of #a25486

#a25486 #86a254 #5486a2

Analogous Colors of #a25486

#a25486 #a2545f #9754a2

Monochromatic Colors of #a25486

#a25486

Complementary Color

#a25486 #54a270

#a25486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25486 Color CSS Codes

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

#a25486 Text Font Color

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

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


#a25486 Background Color

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

This div background color is #a25486


#a25486 Border Color

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

This div border color is #a25486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25486


Comments

No comments written yet.

Please login to write comment.