Color Hex Logo

#a5007c Color Hex

#A5007C
(165,0,124)
0 Favorites   0 Comments

Color spaces of #a5007c

RGB 1650124
HSL0.871.000.32
HSV315°100°65°
CMYK 0.001.000.25   0.35
XYZ19.15519.454619.8841
Yxy9.45460.39500.1950
Hunter Lab30.748357.3895-16.8174
CIE-Lab36.845265.3658-22.3569

#a5007c color RGB value is (165,0,124).

#a5007c hex color red value is 165, green value is 0 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #a5007c hue: 0.87 , saturation: 1.00 and the lightness value of a5007c is 0.32.

The process color (four color CMYK) of #a5007c color hex is 0.00, 1.00, 0.25, 0.35. Web safe color of #a5007c is #990066. Color #a5007c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000000 01111100
Octal 245 0 174
Decimal 165 0 124
Hex A5 0 7C

RGB Percentages of Color #a5007c

%57.09
%0.00
%42.91

CMYK Percentages of Color #a5007c

%0
%100
%25
%35

Triadic Colors of #a5007c

#a5007c #7ca500 #007ca5

Analogous Colors of #a5007c

#a5007c #a50029 #7c00a5

Monochromatic Colors of #a5007c

#a5007c

Complementary Color

#a5007c #00a529

#a5007c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5007c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5007c Color CSS Codes

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

#a5007c Text Font Color

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

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


#a5007c Background Color

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

This div background color is #a5007c


#a5007c Border Color

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

This div border color is #a5007c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5007c


Comments

No comments written yet.

Please login to write comment.