Color Hex Logo

#a34473 Color Hex

#A34473
(163,68,115)
0 Favorites   0 Comments

Color spaces of #a34473

RGB 16368115
HSL0.920.410.45
HSV330°58°64°
CMYK 0.000.580.29   0.36
XYZ20.265913.158617.6914
Yxy13.15860.39650.2574
Hunter Lab36.274836.2430-3.5237
CIE-Lab43.001344.3916-7.4087

#a34473 color RGB value is (163,68,115).

#a34473 hex color red value is 163, green value is 68 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #a34473 hue: 0.92 , saturation: 0.41 and the lightness value of a34473 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000100 01110011
Octal 243 104 163
Decimal 163 68 115
Hex A3 44 73

RGB Percentages of Color #a34473

%47.11
%19.65
%33.24

CMYK Percentages of Color #a34473

%0
%58
%29
%36

Triadic Colors of #a34473

#a34473 #73a344 #4473a3

Analogous Colors of #a34473

#a34473 #a34544 #a344a3

Monochromatic Colors of #a34473

#a34473

Complementary Color

#a34473 #44a374

#a34473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34473 Color CSS Codes

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

#a34473 Text Font Color

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

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


#a34473 Background Color

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

This div background color is #a34473


#a34473 Border Color

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

This div border color is #a34473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34473


Comments

No comments written yet.

Please login to write comment.