Color Hex Logo

#a3538d Color Hex

#A3538D
(163,83,141)
0 Favorites   0 Comments

Color spaces of #a3538d

RGB 16383141
HSL0.880.330.48
HSV317°49°64°
CMYK 0.000.490.13   0.36
XYZ23.005215.896127.0551
Yxy15.89610.34880.2410
Hunter Lab39.869933.2233-12.3243
CIE-Lab46.837940.7483-17.3948

#a3538d color RGB value is (163,83,141).

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

The process color (four color CMYK) of #a3538d color hex is 0.00, 0.49, 0.13, 0.36. Web safe color of #a3538d is #996699. Color #a3538d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010011 10001101
Octal 243 123 215
Decimal 163 83 141
Hex A3 53 8D

RGB Percentages of Color #a3538d

%42.12
%21.45
%36.43

CMYK Percentages of Color #a3538d

%0
%49
%13
%36

Triadic Colors of #a3538d

#a3538d #8da353 #538da3

Analogous Colors of #a3538d

#a3538d #a35365 #9153a3

Monochromatic Colors of #a3538d

#a3538d

Complementary Color

#a3538d #53a369

#a3538d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3538d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3538d Color CSS Codes

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

#a3538d Text Font Color

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

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


#a3538d Background Color

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

This div background color is #a3538d


#a3538d Border Color

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

This div border color is #a3538d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,83,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 #a3538d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3538d


Comments

No comments written yet.

Please login to write comment.