Color Hex Logo

#a5255e Color Hex

#A5255E
(165,37,94)
0 Favorites   0 Comments

Color spaces of #a5255e

RGB 1653794
HSL0.930.630.40
HSV333°78°65°
CMYK 0.000.780.43   0.35
XYZ18.199010.130611.5859
Yxy10.13060.45590.2538
Hunter Lab31.828646.36290.6979
CIE-Lab38.075855.1007-1.5393

#a5255e color RGB value is (165,37,94).

#a5255e hex color red value is 165, green value is 37 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a5255e hue: 0.93 , saturation: 0.63 and the lightness value of a5255e is 0.40.

The process color (four color CMYK) of #a5255e color hex is 0.00, 0.78, 0.43, 0.35. Web safe color of #a5255e is #993366. Color #a5255e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100101 01011110
Octal 245 45 136
Decimal 165 37 94
Hex A5 25 5E

RGB Percentages of Color #a5255e

%55.74
%12.50
%31.76

CMYK Percentages of Color #a5255e

%0
%78
%43
%35

Triadic Colors of #a5255e

#a5255e #5ea525 #255ea5

Analogous Colors of #a5255e

#a5255e #a52c25 #a5259e

Monochromatic Colors of #a5255e

#a5255e

Complementary Color

#a5255e #25a56c

#a5255e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5255e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5255e Color CSS Codes

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

#a5255e Text Font Color

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

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


#a5255e Background Color

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

This div background color is #a5255e


#a5255e Border Color

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

This div border color is #a5255e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5255e


Comments

No comments written yet.

Please login to write comment.