Color Hex Logo

#a94674 Color Hex

#A94674
(169,70,116)
0 Favorites   0 Comments

Color spaces of #a94674

RGB 16970116
HSL0.920.410.47
HSV332°59°66°
CMYK 0.000.590.31   0.34
XYZ21.704714.076318.0960
Yxy14.07630.40290.2613
Hunter Lab37.518437.6065-2.3341
CIE-Lab44.342245.5198-5.9225

#a94674 color RGB value is (169,70,116).

#a94674 hex color red value is 169, green value is 70 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #a94674 hue: 0.92 , saturation: 0.41 and the lightness value of a94674 is 0.47.

The process color (four color CMYK) of #a94674 color hex is 0.00, 0.59, 0.31, 0.34. Web safe color of #a94674 is #993366. Color #a94674 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000110 01110100
Octal 251 106 164
Decimal 169 70 116
Hex A9 46 74

RGB Percentages of Color #a94674

%47.61
%19.72
%32.68

CMYK Percentages of Color #a94674

%0
%59
%31
%34

Triadic Colors of #a94674

#a94674 #74a946 #4674a9

Analogous Colors of #a94674

#a94674 #a94a46 #a946a6

Monochromatic Colors of #a94674

#a94674

Complementary Color

#a94674 #46a97b

#a94674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94674 Color CSS Codes

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

#a94674 Text Font Color

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

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


#a94674 Background Color

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

This div background color is #a94674


#a94674 Border Color

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

This div border color is #a94674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94674


Comments

No comments written yet.

Please login to write comment.