Color Hex Logo

#a93863 Color Hex

#A93863
(169,56,99)
0 Favorites   0 Comments

Color spaces of #a93863

RGB 1695699
HSL0.940.500.44
HSV337°67°66°
CMYK 0.000.670.41   0.34
XYZ20.028512.164213.0967
Yxy12.16420.44220.2686
Hunter Lab34.877241.46982.1501
CIE-Lab41.475949.79540.3706

#a93863 color RGB value is (169,56,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00111000 01100011
Octal 251 70 143
Decimal 169 56 99
Hex A9 38 63

RGB Percentages of Color #a93863

%52.16
%17.28
%30.56

CMYK Percentages of Color #a93863

%0
%67
%41
%34

Triadic Colors of #a93863

#a93863 #63a938 #3863a9

Analogous Colors of #a93863

#a93863 #a94638 #a9389c

Monochromatic Colors of #a93863

#a93863

Complementary Color

#a93863 #38a97e

#a93863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a93863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a93863 Color CSS Codes

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

#a93863 Text Font Color

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

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


#a93863 Background Color

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

This div background color is #a93863


#a93863 Border Color

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

This div border color is #a93863


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,56,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 #a93863">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a93863


Comments

No comments written yet.

Please login to write comment.