Color Hex Logo

#a9306b Color Hex

#A9306B
(169,48,107)
0 Favorites   0 Comments

Color spaces of #a9306b

RGB 16948107
HSL0.920.560.43
HSV331°72°66°
CMYK 0.000.720.37   0.34
XYZ20.073011.610515.0930
Yxy11.61050.42910.2482
Hunter Lab34.074245.5240-2.4103
CIE-Lab40.590353.8330-5.9373

#a9306b color RGB value is (169,48,107).

#a9306b hex color red value is 169, green value is 48 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #a9306b hue: 0.92 , saturation: 0.56 and the lightness value of a9306b is 0.43.

The process color (four color CMYK) of #a9306b color hex is 0.00, 0.72, 0.37, 0.34. Web safe color of #a9306b is #993366. Color #a9306b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00110000 01101011
Octal 251 60 153
Decimal 169 48 107
Hex A9 30 6B

RGB Percentages of Color #a9306b

%52.16
%14.81
%33.02

CMYK Percentages of Color #a9306b

%0
%72
%37
%34

Triadic Colors of #a9306b

#a9306b #6ba930 #306ba9

Analogous Colors of #a9306b

#a9306b #a93230 #a930a8

Monochromatic Colors of #a9306b

#a9306b

Complementary Color

#a9306b #30a96e

#a9306b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9306b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9306b Color CSS Codes

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

#a9306b Text Font Color

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

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


#a9306b Background Color

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

This div background color is #a9306b


#a9306b Border Color

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

This div border color is #a9306b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9306b


Comments

No comments written yet.

Please login to write comment.