Color Hex Logo

#a3507e Color Hex

#A3507E
(163,80,126)
0 Favorites   0 Comments

Color spaces of #a3507e

RGB 16380126
HSL0.910.340.48
HSV327°51°64°
CMYK 0.000.510.23   0.36
XYZ21.738815.030221.4940
Yxy15.03020.37310.2580
Hunter Lab38.768832.2448-5.7331
CIE-Lab45.675539.9325-10.1154

#a3507e color RGB value is (163,80,126).

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

The process color (four color CMYK) of #a3507e color hex is 0.00, 0.51, 0.23, 0.36. Web safe color of #a3507e is #996666. Color #a3507e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010000 01111110
Octal 243 120 176
Decimal 163 80 126
Hex A3 50 7E

RGB Percentages of Color #a3507e

%44.17
%21.68
%34.15

CMYK Percentages of Color #a3507e

%0
%51
%23
%36

Triadic Colors of #a3507e

#a3507e #7ea350 #507ea3

Analogous Colors of #a3507e

#a3507e #a35055 #9f50a3

Monochromatic Colors of #a3507e

#a3507e

Complementary Color

#a3507e #50a375

#a3507e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3507e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3507e Color CSS Codes

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

#a3507e Text Font Color

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

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


#a3507e Background Color

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

This div background color is #a3507e


#a3507e Border Color

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

This div border color is #a3507e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3507e


Comments

No comments written yet.

Please login to write comment.