Color Hex Logo

#a5528d Color Hex

#A5528D
(165,82,141)
0 Favorites   0 Comments

Color spaces of #a5528d

RGB 16582141
HSL0.880.340.48
HSV317°50°65°
CMYK 0.000.500.15   0.35
XYZ23.342115.957027.0491
Yxy15.95700.35180.2405
Hunter Lab39.946234.3985-12.1852
CIE-Lab46.918041.9166-17.2474

#a5528d color RGB value is (165,82,141).

#a5528d hex color red value is 165, green value is 82 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #a5528d hue: 0.88 , saturation: 0.34 and the lightness value of a5528d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010010 10001101
Octal 245 122 215
Decimal 165 82 141
Hex A5 52 8D

RGB Percentages of Color #a5528d

%42.53
%21.13
%36.34

CMYK Percentages of Color #a5528d

%0
%50
%15
%35

Triadic Colors of #a5528d

#a5528d #8da552 #528da5

Analogous Colors of #a5528d

#a5528d #a55264 #9452a5

Monochromatic Colors of #a5528d

#a5528d

Complementary Color

#a5528d #52a56a

#a5528d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5528d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5528d Color CSS Codes

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

#a5528d Text Font Color

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

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


#a5528d Background Color

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

This div background color is #a5528d


#a5528d Border Color

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

This div border color is #a5528d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5528d


Comments

No comments written yet.

Please login to write comment.