Color Hex Logo

#a32073 Color Hex

#A32073
(163,32,115)
0 Favorites   0 Comments

Color spaces of #a32073

RGB 16332115
HSL0.890.670.38
HSV322°80°64°
CMYK 0.000.800.29   0.36
XYZ18.715310.057417.1745
Yxy10.05740.40730.2189
Hunter Lab31.713449.8413-9.9093
CIE-Lab37.945358.3633-15.0525

#a32073 color RGB value is (163,32,115).

#a32073 hex color red value is 163, green value is 32 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #a32073 hue: 0.89 , saturation: 0.67 and the lightness value of a32073 is 0.38.

The process color (four color CMYK) of #a32073 color hex is 0.00, 0.80, 0.29, 0.36. Web safe color of #a32073 is #993366. Color #a32073 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00100000 01110011
Octal 243 40 163
Decimal 163 32 115
Hex A3 20 73

RGB Percentages of Color #a32073

%52.58
%10.32
%37.10

CMYK Percentages of Color #a32073

%0
%80
%29
%36

Triadic Colors of #a32073

#a32073 #73a320 #2073a3

Analogous Colors of #a32073

#a32073 #a32032 #9220a3

Monochromatic Colors of #a32073

#a32073

Complementary Color

#a32073 #20a350

#a32073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a32073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a32073 Color CSS Codes

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

#a32073 Text Font Color

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

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


#a32073 Background Color

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

This div background color is #a32073


#a32073 Border Color

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

This div border color is #a32073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a32073


Comments

No comments written yet.

Please login to write comment.