Color Hex Logo

#a94094 Color Hex

#A94094
(169,64,148)
0 Favorites   0 Comments

Color spaces of #a94094

RGB 16964148
HSL0.870.450.46
HSV312°62°66°
CMYK 0.000.620.12   0.34
XYZ23.540914.239929.5248
Yxy14.23990.34980.2116
Hunter Lab37.735845.3169-19.9739
CIE-Lab44.575052.9021-25.0114

#a94094 color RGB value is (169,64,148).

#a94094 hex color red value is 169, green value is 64 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #a94094 hue: 0.87 , saturation: 0.45 and the lightness value of a94094 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000000 10010100
Octal 251 100 224
Decimal 169 64 148
Hex A9 40 94

RGB Percentages of Color #a94094

%44.36
%16.80
%38.85

CMYK Percentages of Color #a94094

%0
%62
%12
%34

Triadic Colors of #a94094

#a94094 #94a940 #4094a9

Analogous Colors of #a94094

#a94094 #a94060 #8a40a9

Monochromatic Colors of #a94094

#a94094

Complementary Color

#a94094 #40a955

#a94094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94094 Color CSS Codes

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

#a94094 Text Font Color

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

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


#a94094 Background Color

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

This div background color is #a94094


#a94094 Border Color

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

This div border color is #a94094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94094


Comments

No comments written yet.

Please login to write comment.