Color Hex Logo

#a94184 Color Hex

#A94184
(169,65,132)
0 Favorites   0 Comments

Color spaces of #a94184

RGB 16965132
HSL0.890.440.46
HSV321°62°66°
CMYK 0.000.620.22   0.34
XYZ22.417313.881623.3277
Yxy13.88160.37600.2328
Hunter Lab37.258042.1978-11.0416
CIE-Lab44.062750.0333-16.1179

#a94184 color RGB value is (169,65,132).

#a94184 hex color red value is 169, green value is 65 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #a94184 hue: 0.89 , saturation: 0.44 and the lightness value of a94184 is 0.46.

The process color (four color CMYK) of #a94184 color hex is 0.00, 0.62, 0.22, 0.34. Web safe color of #a94184 is #993399. Color #a94184 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000001 10000100
Octal 251 101 204
Decimal 169 65 132
Hex A9 41 84

RGB Percentages of Color #a94184

%46.17
%17.76
%36.07

CMYK Percentages of Color #a94184

%0
%62
%22
%34

Triadic Colors of #a94184

#a94184 #84a941 #4184a9

Analogous Colors of #a94184

#a94184 #a94150 #9a41a9

Monochromatic Colors of #a94184

#a94184

Complementary Color

#a94184 #41a966

#a94184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94184 Color CSS Codes

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

#a94184 Text Font Color

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

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


#a94184 Background Color

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

This div background color is #a94184


#a94184 Border Color

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

This div border color is #a94184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94184


Comments

No comments written yet.

Please login to write comment.