Color Hex Logo

#a34899 Color Hex

#A34899
(163,72,153)
0 Favorites   0 Comments

Color spaces of #a34899

RGB 16372153
HSL0.850.390.46
HSV307°56°64°
CMYK 0.000.560.06   0.36
XYZ23.171414.721231.7572
Yxy14.72120.33270.2114
Hunter Lab38.368240.6557-22.2163
CIE-Lab45.249948.3414-27.0314

#a34899 color RGB value is (163,72,153).

#a34899 hex color red value is 163, green value is 72 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #a34899 hue: 0.85 , saturation: 0.39 and the lightness value of a34899 is 0.46.

The process color (four color CMYK) of #a34899 color hex is 0.00, 0.56, 0.06, 0.36. Web safe color of #a34899 is #993399. Color #a34899 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001000 10011001
Octal 243 110 231
Decimal 163 72 153
Hex A3 48 99

RGB Percentages of Color #a34899

%42.01
%18.56
%39.43

CMYK Percentages of Color #a34899

%0
%56
%6
%36

Triadic Colors of #a34899

#a34899 #99a348 #4899a3

Analogous Colors of #a34899

#a34899 #a3486c #8048a3

Monochromatic Colors of #a34899

#a34899

Complementary Color

#a34899 #48a352

#a34899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34899 Color CSS Codes

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

#a34899 Text Font Color

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

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


#a34899 Background Color

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

This div background color is #a34899


#a34899 Border Color

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

This div border color is #a34899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34899


Comments

No comments written yet.

Please login to write comment.