Color Hex Logo

#a9348d Color Hex

#A9348D
(169,52,141)
0 Favorites   0 Comments

Color spaces of #a9348d

RGB 16952141
HSL0.870.530.43
HSV314°69°66°
CMYK 0.000.690.17   0.34
XYZ22.397912.814126.4922
Yxy12.81410.36300.2077
Hunter Lab35.796849.0423-18.8211
CIE-Lab42.481856.7581-24.0272

#a9348d color RGB value is (169,52,141).

#a9348d hex color red value is 169, green value is 52 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #a9348d hue: 0.87 , saturation: 0.53 and the lightness value of a9348d is 0.43.

The process color (four color CMYK) of #a9348d color hex is 0.00, 0.69, 0.17, 0.34. Web safe color of #a9348d is #993399. Color #a9348d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00110100 10001101
Octal 251 64 215
Decimal 169 52 141
Hex A9 34 8D

RGB Percentages of Color #a9348d

%46.69
%14.36
%38.95

CMYK Percentages of Color #a9348d

%0
%69
%17
%34

Triadic Colors of #a9348d

#a9348d #8da934 #348da9

Analogous Colors of #a9348d

#a9348d #a93453 #8b34a9

Monochromatic Colors of #a9348d

#a9348d

Complementary Color

#a9348d #34a950

#a9348d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9348d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9348d Color CSS Codes

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

#a9348d Text Font Color

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

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


#a9348d Background Color

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

This div background color is #a9348d


#a9348d Border Color

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

This div border color is #a9348d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,52,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9348d


Comments

No comments written yet.

Please login to write comment.