Color Hex Logo

#a5165e Color Hex

#A5165E
(165,22,94)
0 Favorites   0 Comments

Color spaces of #a5165e

RGB 1652294
HSL0.920.760.37
HSV330°87°65°
CMYK 0.000.870.43   0.35
XYZ17.82439.381311.4610
Yxy9.38130.46100.2426
Hunter Lab30.628950.2764-0.7454
CIE-Lab36.708359.0036-3.5553

#a5165e color RGB value is (165,22,94).

#a5165e hex color red value is 165, green value is 22 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a5165e hue: 0.92 , saturation: 0.76 and the lightness value of a5165e is 0.37.

The process color (four color CMYK) of #a5165e color hex is 0.00, 0.87, 0.43, 0.35. Web safe color of #a5165e is #990066. Color #a5165e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010110 01011110
Octal 245 26 136
Decimal 165 22 94
Hex A5 16 5E

RGB Percentages of Color #a5165e

%58.72
%7.83
%33.45

CMYK Percentages of Color #a5165e

%0
%87
%43
%35

Triadic Colors of #a5165e

#a5165e #5ea516 #165ea5

Analogous Colors of #a5165e

#a5165e #a51616 #a516a5

Monochromatic Colors of #a5165e

#a5165e

Complementary Color

#a5165e #16a55d

#a5165e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5165e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5165e Color CSS Codes

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

#a5165e Text Font Color

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

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


#a5165e Background Color

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

This div background color is #a5165e


#a5165e Border Color

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

This div border color is #a5165e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,22,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a5165e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a5165e;
  -webkit-box-shadow: 1px 1px 3px 2px #a5165e;
  box-shadow:         1px 1px 3px 2px #a5165e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,22,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5165e


Comments

No comments written yet.

Please login to write comment.