Color Hex Logo

#a9263a Color Hex

#A9263A
(169,38,58)
0 Favorites   0 Comments

Color spaces of #a9263a

RGB 1693858
HSL0.970.630.41
HSV351°78°66°
CMYK 0.000.780.66   0.34
XYZ17.819010.12675.0185
Yxy10.12670.54060.3072
Hunter Lab31.822544.261812.9255
CIE-Lab38.068953.110721.5141

#a9263a color RGB value is (169,38,58).

#a9263a hex color red value is 169, green value is 38 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #a9263a hue: 0.97 , saturation: 0.63 and the lightness value of a9263a is 0.41.

The process color (four color CMYK) of #a9263a color hex is 0.00, 0.78, 0.66, 0.34. Web safe color of #a9263a is #993333. Color #a9263a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00100110 00111010
Octal 251 46 72
Decimal 169 38 58
Hex A9 26 3A

RGB Percentages of Color #a9263a

%63.77
%14.34
%21.89

CMYK Percentages of Color #a9263a

%0
%78
%66
%34

Triadic Colors of #a9263a

#a9263a #3aa926 #263aa9

Analogous Colors of #a9263a

#a9263a #a95426 #a9267c

Monochromatic Colors of #a9263a

#a9263a

Complementary Color

#a9263a #26a995

#a9263a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9263a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9263a Color CSS Codes

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

#a9263a Text Font Color

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

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


#a9263a Background Color

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

This div background color is #a9263a


#a9263a Border Color

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

This div border color is #a9263a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9263a


Comments

No comments written yet.

Please login to write comment.