Color Hex Logo

#a92393 Color Hex

#A92393
(169,35,147)
0 Favorites   0 Comments

Color spaces of #a92393

RGB 16935147
HSL0.860.660.40
HSV310°79°66°
CMYK 0.000.790.13   0.34
XYZ22.229711.743728.6989
Yxy11.74370.35470.1874
Hunter Lab34.269155.8187-25.6645
CIE-Lab40.805863.2071-30.2915

#a92393 color RGB value is (169,35,147).

#a92393 hex color red value is 169, green value is 35 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #a92393 hue: 0.86 , saturation: 0.66 and the lightness value of a92393 is 0.40.

The process color (four color CMYK) of #a92393 color hex is 0.00, 0.79, 0.13, 0.34. Web safe color of #a92393 is #993399. Color #a92393 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00100011 10010011
Octal 251 43 223
Decimal 169 35 147
Hex A9 23 93

RGB Percentages of Color #a92393

%48.15
%9.97
%41.88

CMYK Percentages of Color #a92393

%0
%79
%13
%34

Triadic Colors of #a92393

#a92393 #93a923 #2393a9

Analogous Colors of #a92393

#a92393 #a92350 #7c23a9

Monochromatic Colors of #a92393

#a92393

Complementary Color

#a92393 #23a939

#a92393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a92393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a92393 Color CSS Codes

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

#a92393 Text Font Color

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

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


#a92393 Background Color

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

This div background color is #a92393


#a92393 Border Color

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

This div border color is #a92393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a92393


Comments

No comments written yet.

Please login to write comment.