Color Hex Logo

#a5079c Color Hex

#A5079C
(165,7,156)
0 Favorites   0 Comments

Color spaces of #a5079c

RGB 1657156
HSL0.840.920.34
HSV303°96°65°
CMYK 0.000.960.05   0.35
XYZ21.593810.551632.3510
Yxy10.55160.33480.1636
Hunter Lab32.483261.8154-36.3104
CIE-Lab38.814768.8235-38.9482

#a5079c color RGB value is (165,7,156).

#a5079c hex color red value is 165, green value is 7 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #a5079c hue: 0.84 , saturation: 0.92 and the lightness value of a5079c is 0.34.

The process color (four color CMYK) of #a5079c color hex is 0.00, 0.96, 0.05, 0.35. Web safe color of #a5079c is #990099. Color #a5079c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000111 10011100
Octal 245 7 234
Decimal 165 7 156
Hex A5 7 9C

RGB Percentages of Color #a5079c

%50.30
%2.13
%47.56

CMYK Percentages of Color #a5079c

%0
%96
%5
%35

Triadic Colors of #a5079c

#a5079c #9ca507 #079ca5

Analogous Colors of #a5079c

#a5079c #a5074d #5f07a5

Monochromatic Colors of #a5079c

#a5079c

Complementary Color

#a5079c #07a510

#a5079c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5079c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5079c Color CSS Codes

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

#a5079c Text Font Color

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

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


#a5079c Background Color

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

This div background color is #a5079c


#a5079c Border Color

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

This div border color is #a5079c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5079c


Comments

No comments written yet.

Please login to write comment.