Color Hex Logo

#a32476 Color Hex

#A32476
(163,36,118)
0 Favorites   0 Comments

Color spaces of #a32476

RGB 16336118
HSL0.890.640.39
HSV321°78°64°
CMYK 0.000.780.28   0.36
XYZ19.005110.356318.1368
Yxy10.35630.40010.2180
Hunter Lab32.181249.0988-10.8880
CIE-Lab38.474557.5761-16.1218

#a32476 color RGB value is (163,36,118).

#a32476 hex color red value is 163, green value is 36 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #a32476 hue: 0.89 , saturation: 0.64 and the lightness value of a32476 is 0.39.

The process color (four color CMYK) of #a32476 color hex is 0.00, 0.78, 0.28, 0.36. Web safe color of #a32476 is #993366. Color #a32476 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00100100 01110110
Octal 243 44 166
Decimal 163 36 118
Hex A3 24 76

RGB Percentages of Color #a32476

%51.42
%11.36
%37.22

CMYK Percentages of Color #a32476

%0
%78
%28
%36

Triadic Colors of #a32476

#a32476 #76a324 #2476a3

Analogous Colors of #a32476

#a32476 #a32436 #9124a3

Monochromatic Colors of #a32476

#a32476

Complementary Color

#a32476 #24a351

#a32476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a32476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a32476 Color CSS Codes

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

#a32476 Text Font Color

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

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


#a32476 Background Color

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

This div background color is #a32476


#a32476 Border Color

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

This div border color is #a32476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a32476


Comments

No comments written yet.

Please login to write comment.