Color Hex Logo

#a93592 Color Hex

#A93592
(169,53,146)
0 Favorites   0 Comments

Color spaces of #a93592

RGB 16953146
HSL0.870.520.44
HSV312°69°66°
CMYK 0.000.690.14   0.34
XYZ22.823613.056528.5114
Yxy13.05650.35450.2028
Hunter Lab36.133849.5139-21.4892
CIE-Lab42.848357.1229-26.4902

#a93592 color RGB value is (169,53,146).

#a93592 hex color red value is 169, green value is 53 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #a93592 hue: 0.87 , saturation: 0.52 and the lightness value of a93592 is 0.44.

The process color (four color CMYK) of #a93592 color hex is 0.00, 0.69, 0.14, 0.34. Web safe color of #a93592 is #993399. Color #a93592 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00110101 10010010
Octal 251 65 222
Decimal 169 53 146
Hex A9 35 92

RGB Percentages of Color #a93592

%45.92
%14.40
%39.67

CMYK Percentages of Color #a93592

%0
%69
%14
%34

Triadic Colors of #a93592

#a93592 #92a935 #3592a9

Analogous Colors of #a93592

#a93592 #a93558 #8635a9

Monochromatic Colors of #a93592

#a93592

Complementary Color

#a93592 #35a94c

#a93592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a93592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a93592 Color CSS Codes

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

#a93592 Text Font Color

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

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


#a93592 Background Color

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

This div background color is #a93592


#a93592 Border Color

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

This div border color is #a93592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a93592


Comments

No comments written yet.

Please login to write comment.