Color Hex Logo

#a5125f Color Hex

#A5125F
(165,18,95)
0 Favorites   0 Comments

Color spaces of #a5125f

RGB 1651895
HSL0.910.800.36
HSV329°89°65°
CMYK 0.000.890.42   0.35
XYZ17.79899.258211.6754
Yxy9.25820.45950.2390
Hunter Lab30.427351.1685-1.4513
CIE-Lab36.476759.8657-4.5397

#a5125f color RGB value is (165,18,95).

#a5125f hex color red value is 165, green value is 18 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #a5125f hue: 0.91 , saturation: 0.80 and the lightness value of a5125f is 0.36.

The process color (four color CMYK) of #a5125f color hex is 0.00, 0.89, 0.42, 0.35. Web safe color of #a5125f is #990066. Color #a5125f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010010 01011111
Octal 245 22 137
Decimal 165 18 95
Hex A5 12 5F

RGB Percentages of Color #a5125f

%59.35
%6.47
%34.17

CMYK Percentages of Color #a5125f

%0
%89
%42
%35

Triadic Colors of #a5125f

#a5125f #5fa512 #125fa5

Analogous Colors of #a5125f

#a5125f #a51215 #a212a5

Monochromatic Colors of #a5125f

#a5125f

Complementary Color

#a5125f #12a558

#a5125f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5125f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5125f Color CSS Codes

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

#a5125f Text Font Color

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

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


#a5125f Background Color

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

This div background color is #a5125f


#a5125f Border Color

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

This div border color is #a5125f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5125f


Comments

No comments written yet.

Please login to write comment.