Color Hex Logo

#a92958 Color Hex

#A92958
(169,41,88)
0 Favorites   0 Comments

Color spaces of #a92958

RGB 1694188
HSL0.940.610.41
HSV338°76°66°
CMYK 0.000.760.48   0.34
XYZ18.916610.725510.3057
Yxy10.72550.47350.2685
Hunter Lab32.749845.79114.2675
CIE-Lab39.114254.36383.8789

#a92958 color RGB value is (169,41,88).

#a92958 hex color red value is 169, green value is 41 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #a92958 hue: 0.94 , saturation: 0.61 and the lightness value of a92958 is 0.41.

The process color (four color CMYK) of #a92958 color hex is 0.00, 0.76, 0.48, 0.34. Web safe color of #a92958 is #993366. Color #a92958 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00101001 01011000
Octal 251 51 130
Decimal 169 41 88
Hex A9 29 58

RGB Percentages of Color #a92958

%56.71
%13.76
%29.53

CMYK Percentages of Color #a92958

%0
%76
%48
%34

Triadic Colors of #a92958

#a92958 #58a929 #2958a9

Analogous Colors of #a92958

#a92958 #a93a29 #a92998

Monochromatic Colors of #a92958

#a92958

Complementary Color

#a92958 #29a97a

#a92958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a92958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a92958 Color CSS Codes

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

#a92958 Text Font Color

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

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


#a92958 Background Color

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

This div background color is #a92958


#a92958 Border Color

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

This div border color is #a92958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a92958


Comments

No comments written yet.

Please login to write comment.