Color Hex Logo

#a5538e Color Hex

#A5538E
(165,83,142)
0 Favorites   0 Comments

Color spaces of #a5538e

RGB 16583142
HSL0.880.330.49
HSV317°50°65°
CMYK 0.000.500.14   0.35
XYZ23.492816.138827.4681
Yxy16.13880.35010.2405
Hunter Lab40.173134.0819-12.4179
CIE-Lab47.156141.5629-17.4828

#a5538e color RGB value is (165,83,142).

#a5538e hex color red value is 165, green value is 83 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a5538e hue: 0.88 , saturation: 0.33 and the lightness value of a5538e is 0.49.

The process color (four color CMYK) of #a5538e color hex is 0.00, 0.50, 0.14, 0.35. Web safe color of #a5538e is #996699. Color #a5538e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010011 10001110
Octal 245 123 216
Decimal 165 83 142
Hex A5 53 8E

RGB Percentages of Color #a5538e

%42.31
%21.28
%36.41

CMYK Percentages of Color #a5538e

%0
%50
%14
%35

Triadic Colors of #a5538e

#a5538e #8ea553 #538ea5

Analogous Colors of #a5538e

#a5538e #a55365 #9353a5

Monochromatic Colors of #a5538e

#a5538e

Complementary Color

#a5538e #53a56a

#a5538e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5538e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5538e Color CSS Codes

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

#a5538e Text Font Color

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

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


#a5538e Background Color

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

This div background color is #a5538e


#a5538e Border Color

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

This div border color is #a5538e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5538e


Comments

No comments written yet.

Please login to write comment.