Color Hex Logo

#a25187 Color Hex

#A25187
(162,81,135)
0 Favorites   0 Comments

Color spaces of #a25187

RGB 16281135
HSL0.890.330.48
HSV320°50°64°
CMYK 0.000.500.17   0.36
XYZ22.215915.315524.7070
Yxy15.31550.35690.2461
Hunter Lab39.135032.8434-10.0369
CIE-Lab46.063340.4817-14.9821

#a25187 color RGB value is (162,81,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010001 10000111
Octal 242 121 207
Decimal 162 81 135
Hex A2 51 87

RGB Percentages of Color #a25187

%42.86
%21.43
%35.71

CMYK Percentages of Color #a25187

%0
%50
%17
%36

Triadic Colors of #a25187

#a25187 #87a251 #5187a2

Analogous Colors of #a25187

#a25187 #a2515f #9551a2

Monochromatic Colors of #a25187

#a25187

Complementary Color

#a25187 #51a26c

#a25187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25187 Color CSS Codes

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

#a25187 Text Font Color

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

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


#a25187 Background Color

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

This div background color is #a25187


#a25187 Border Color

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

This div border color is #a25187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25187


Comments

No comments written yet.

Please login to write comment.