Color Hex Logo

#a3518a Color Hex

#A3518A
(163,81,138)
0 Favorites   0 Comments

Color spaces of #a3518a

RGB 16381138
HSL0.880.340.48
HSV318°50°64°
CMYK 0.000.500.15   0.36
XYZ22.634115.506425.8448
Yxy15.50640.35370.2423
Hunter Lab39.378233.6879-11.3487
CIE-Lab46.320141.2954-16.3839

#a3518a color RGB value is (163,81,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010001 10001010
Octal 243 121 212
Decimal 163 81 138
Hex A3 51 8A

RGB Percentages of Color #a3518a

%42.67
%21.20
%36.13

CMYK Percentages of Color #a3518a

%0
%50
%15
%36

Triadic Colors of #a3518a

#a3518a #8aa351 #518aa3

Analogous Colors of #a3518a

#a3518a #a35161 #9351a3

Monochromatic Colors of #a3518a

#a3518a

Complementary Color

#a3518a #51a36a

#a3518a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3518a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3518a Color CSS Codes

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

#a3518a Text Font Color

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

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


#a3518a Background Color

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

This div background color is #a3518a


#a3518a Border Color

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

This div border color is #a3518a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3518a


Comments

No comments written yet.

Please login to write comment.