Color Hex Logo

#a94063 Color Hex

#A94063
(169,64,99)
0 Favorites   0 Comments

Color spaces of #a94063

RGB 1696499
HSL0.940.450.46
HSV340°62°66°
CMYK 0.000.620.41   0.34
XYZ20.447713.002713.2364
Yxy13.00270.43800.2785
Hunter Lab36.059338.11623.4777
CIE-Lab42.767346.29052.2474

#a94063 color RGB value is (169,64,99).

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

The process color (four color CMYK) of #a94063 color hex is 0.00, 0.62, 0.41, 0.34. Web safe color of #a94063 is #993366. Color #a94063 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000000 01100011
Octal 251 100 143
Decimal 169 64 99
Hex A9 40 63

RGB Percentages of Color #a94063

%50.90
%19.28
%29.82

CMYK Percentages of Color #a94063

%0
%62
%41
%34

Triadic Colors of #a94063

#a94063 #63a940 #4063a9

Analogous Colors of #a94063

#a94063 #a95240 #a94098

Monochromatic Colors of #a94063

#a94063

Complementary Color

#a94063 #40a986

#a94063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94063 Color CSS Codes

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

#a94063 Text Font Color

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

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


#a94063 Background Color

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

This div background color is #a94063


#a94063 Border Color

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

This div border color is #a94063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94063


Comments

No comments written yet.

Please login to write comment.