Color Hex Logo

#a33473 Color Hex

#A33473
(163,52,115)
0 Favorites   0 Comments

Color spaces of #a33473

RGB 16352115
HSL0.910.520.42
HSV326°68°64°
CMYK 0.000.680.29   0.36
XYZ19.426811.480317.4117
Yxy11.48030.40210.2376
Hunter Lab33.882643.0496-6.7503
CIE-Lab40.377951.5182-11.3535

#a33473 color RGB value is (163,52,115).

#a33473 hex color red value is 163, green value is 52 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #a33473 hue: 0.91 , saturation: 0.52 and the lightness value of a33473 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110100 01110011
Octal 243 64 163
Decimal 163 52 115
Hex A3 34 73

RGB Percentages of Color #a33473

%49.39
%15.76
%34.85

CMYK Percentages of Color #a33473

%0
%68
%29
%36

Triadic Colors of #a33473

#a33473 #73a334 #3473a3

Analogous Colors of #a33473

#a33473 #a3343b #9c34a3

Monochromatic Colors of #a33473

#a33473

Complementary Color

#a33473 #34a364

#a33473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a33473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a33473 Color CSS Codes

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

#a33473 Text Font Color

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

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


#a33473 Background Color

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

This div background color is #a33473


#a33473 Border Color

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

This div border color is #a33473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a33473


Comments

No comments written yet.

Please login to write comment.