color codes Logo

#a5097c color codes

#A5097C
(165,9,124)
0 Favorites   0 Comments

Color spaces of #a5097c

RGB 1659124
HSL0.880.900.34
HSV316°95°65°
CMYK 0.000.950.25   0.35
XYZ19.25289.649919.9167
Yxy9.64990.39440.1977
Hunter Lab31.064356.2669-16.2685
CIE-Lab37.206664.3056-21.7958

#a5097c color RGB value is (165,9,124).

#a5097c hex color red value is 165, green value is 9 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #a5097c hue: 0.88 , saturation: 0.90 and the lightness value of a5097c is 0.34.

The process color (four color CMYK) of #a5097c color code is 0.00, 0.95, 0.25, 0.35. Web safe color of #a5097c is #990066. Color #a5097c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001001 01111100
Octal 245 11 174
Decimal 165 9 124
Hex A5 9 7C

RGB Percentages of Color #a5097c

%55.37
%3.02
%41.61

CMYK Percentages of Color #a5097c

%0
%95
%25
%35

Triadic Colors of #a5097c

#a5097c #7ca509 #097ca5

Analogous Colors of #a5097c

#a5097c #a5092e #8009a5

Monochromatic Colors of #a5097c

#a5097c

Complementary Color

#a5097c #09a532

#a5097c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5097c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5097c Color CSS Codes

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

#a5097c Text Font Color

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

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


#a5097c Background Color

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

This div background color is #a5097c


#a5097c Border Color

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

This div border color is #a5097c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5097c


Comments

No comments written yet.

Please login to write comment.