Color Hex Logo

#a93479 Color Hex

#A93479
(169,52,121)
0 Favorites   0 Comments

Color spaces of #a93479

RGB 16952121
HSL0.900.530.43
HSV325°69°66°
CMYK 0.000.690.28   0.34
XYZ21.041412.271519.3488
Yxy12.27150.39960.2330
Hunter Lab35.030745.9134-8.2267
CIE-Lab41.644454.0026-13.0549

#a93479 color RGB value is (169,52,121).

#a93479 hex color red value is 169, green value is 52 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #a93479 hue: 0.90 , saturation: 0.53 and the lightness value of a93479 is 0.43.

The process color (four color CMYK) of #a93479 color hex is 0.00, 0.69, 0.28, 0.34. Web safe color of #a93479 is #993366. Color #a93479 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00110100 01111001
Octal 251 64 171
Decimal 169 52 121
Hex A9 34 79

RGB Percentages of Color #a93479

%49.42
%15.20
%35.38

CMYK Percentages of Color #a93479

%0
%69
%28
%34

Triadic Colors of #a93479

#a93479 #79a934 #3479a9

Analogous Colors of #a93479

#a93479 #a9343e #9f34a9

Monochromatic Colors of #a93479

#a93479

Complementary Color

#a93479 #34a964

#a93479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a93479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a93479 Color CSS Codes

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

#a93479 Text Font Color

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

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


#a93479 Background Color

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

This div background color is #a93479


#a93479 Border Color

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

This div border color is #a93479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a93479


Comments

No comments written yet.

Please login to write comment.