Color Hex Logo

#a5637e Color Hex

#A5637E
(165,99,126)
0 Favorites   0 Comments

Color spaces of #a5637e

RGB 16599126
HSL0.930.270.52
HSV335°40°65°
CMYK 0.000.400.24   0.35
XYZ23.744818.429422.0444
Yxy18.42940.36970.2870
Hunter Lab42.929523.6039-0.3949
CIE-Lab50.012830.3673-3.6230

#a5637e color RGB value is (165,99,126).

#a5637e hex color red value is 165, green value is 99 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a5637e hue: 0.93 , saturation: 0.27 and the lightness value of a5637e is 0.52.

The process color (four color CMYK) of #a5637e color hex is 0.00, 0.40, 0.24, 0.35. Web safe color of #a5637e is #996666. Color #a5637e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100011 01111110
Octal 245 143 176
Decimal 165 99 126
Hex A5 63 7E

RGB Percentages of Color #a5637e

%42.31
%25.38
%32.31

CMYK Percentages of Color #a5637e

%0
%40
%24
%35

Triadic Colors of #a5637e

#a5637e #7ea563 #637ea5

Analogous Colors of #a5637e

#a5637e #a56963 #a5639f

Monochromatic Colors of #a5637e

#a5637e

Complementary Color

#a5637e #63a58a

#a5637e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5637e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5637e Color CSS Codes

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

#a5637e Text Font Color

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

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


#a5637e Background Color

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

This div background color is #a5637e


#a5637e Border Color

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

This div border color is #a5637e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,99,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a5637e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a5637e;
  -webkit-box-shadow: 1px 1px 3px 2px #a5637e;
  box-shadow:         1px 1px 3px 2px #a5637e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,99,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5637e


Comments

No comments written yet.

Please login to write comment.