Color Hex Logo

#a7509c Color Hex

#A7509C
(167,80,156)
0 Favorites   0 Comments

Color spaces of #a7509c

RGB 16780156
HSL0.850.350.48
HSV308°52°65°
CMYK 0.000.520.07   0.35
XYZ24.805816.353133.3015
Yxy16.35310.33310.2196
Hunter Lab40.439038.7261-20.5181
CIE-Lab47.434446.1035-25.3811

#a7509c color RGB value is (167,80,156).

#a7509c hex color red value is 167, green value is 80 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #a7509c hue: 0.85 , saturation: 0.35 and the lightness value of a7509c is 0.48.

The process color (four color CMYK) of #a7509c color hex is 0.00, 0.52, 0.07, 0.35. Web safe color of #a7509c is #996699. Color #a7509c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010000 10011100
Octal 247 120 234
Decimal 167 80 156
Hex A7 50 9C

RGB Percentages of Color #a7509c

%41.44
%19.85
%38.71

CMYK Percentages of Color #a7509c

%0
%52
%7
%35

Triadic Colors of #a7509c

#a7509c #9ca750 #509ca7

Analogous Colors of #a7509c

#a7509c #a75071 #8750a7

Monochromatic Colors of #a7509c

#a7509c

Complementary Color

#a7509c #50a75b

#a7509c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7509c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7509c Color CSS Codes

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

#a7509c Text Font Color

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

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


#a7509c Background Color

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

This div background color is #a7509c


#a7509c Border Color

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

This div border color is #a7509c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7509c


Comments

No comments written yet.

Please login to write comment.