Color Hex Logo

#a91238 Color Hex

#A91238
(169,18,56)
0 Favorites   0 Comments

Color spaces of #a91238

RGB 1691856
HSL0.960.810.37
HSV345°89°66°
CMYK 0.000.890.67   0.34
XYZ17.29239.15324.5967
Yxy9.15320.55710.2949
Hunter Lab30.254349.079612.1697
CIE-Lab36.277657.983920.4938

#a91238 color RGB value is (169,18,56).

#a91238 hex color red value is 169, green value is 18 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #a91238 hue: 0.96 , saturation: 0.81 and the lightness value of a91238 is 0.37.

The process color (four color CMYK) of #a91238 color hex is 0.00, 0.89, 0.67, 0.34. Web safe color of #a91238 is #990033. Color #a91238 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010010 00111000
Octal 251 22 70
Decimal 169 18 56
Hex A9 12 38

RGB Percentages of Color #a91238

%69.55
%7.41
%23.05

CMYK Percentages of Color #a91238

%0
%89
%67
%34

Triadic Colors of #a91238

#a91238 #38a912 #1238a9

Analogous Colors of #a91238

#a91238 #a93712 #a91284

Monochromatic Colors of #a91238

#a91238

Complementary Color

#a91238 #12a983

#a91238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a91238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a91238 Color CSS Codes

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

#a91238 Text Font Color

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

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


#a91238 Background Color

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

This div background color is #a91238


#a91238 Border Color

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

This div border color is #a91238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a91238


Comments

No comments written yet.

Please login to write comment.