Color Hex Logo

#a90565 Color Hex

#A90565
(169,5,101)
0 Favorites   0 Comments

Color spaces of #a90565

RGB 1695101
HSL0.900.940.34
HSV325°97°66°
CMYK 0.000.970.40   0.34
XYZ18.76549.483113.1533
Yxy9.48310.45330.2291
Hunter Lab30.794654.8823-3.7683
CIE-Lab36.898363.1356-7.6639

#a90565 color RGB value is (169,5,101).

#a90565 hex color red value is 169, green value is 5 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #a90565 hue: 0.90 , saturation: 0.94 and the lightness value of a90565 is 0.34.

The process color (four color CMYK) of #a90565 color hex is 0.00, 0.97, 0.40, 0.34. Web safe color of #a90565 is #990066. Color #a90565 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00000101 01100101
Octal 251 5 145
Decimal 169 5 101
Hex A9 5 65

RGB Percentages of Color #a90565

%61.45
%1.82
%36.73

CMYK Percentages of Color #a90565

%0
%97
%40
%34

Triadic Colors of #a90565

#a90565 #65a905 #0565a9

Analogous Colors of #a90565

#a90565 #a90513 #9b05a9

Monochromatic Colors of #a90565

#a90565

Complementary Color

#a90565 #05a949

#a90565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90565 Color CSS Codes

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

#a90565 Text Font Color

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

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


#a90565 Background Color

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

This div background color is #a90565


#a90565 Border Color

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

This div border color is #a90565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90565


Comments

No comments written yet.

Please login to write comment.