Color Hex Logo

#a7307f Color Hex

#A7307F
(167,48,127)
0 Favorites   0 Comments

Color spaces of #a7307f

RGB 16748127
HSL0.890.550.42
HSV320°71°65°
CMYK 0.000.710.24   0.35
XYZ20.824111.861721.2707
Yxy11.86170.38590.2198
Hunter Lab34.440847.6558-12.5090
CIE-Lab40.995555.7549-17.7798

#a7307f color RGB value is (167,48,127).

#a7307f hex color red value is 167, green value is 48 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #a7307f hue: 0.89 , saturation: 0.55 and the lightness value of a7307f is 0.42.

The process color (four color CMYK) of #a7307f color hex is 0.00, 0.71, 0.24, 0.35. Web safe color of #a7307f is #993366. Color #a7307f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00110000 01111111
Octal 247 60 177
Decimal 167 48 127
Hex A7 30 7F

RGB Percentages of Color #a7307f

%48.83
%14.04
%37.13

CMYK Percentages of Color #a7307f

%0
%71
%24
%35

Triadic Colors of #a7307f

#a7307f #7fa730 #307fa7

Analogous Colors of #a7307f

#a7307f #a73043 #9430a7

Monochromatic Colors of #a7307f

#a7307f

Complementary Color

#a7307f #30a758

#a7307f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7307f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7307f Color CSS Codes

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

#a7307f Text Font Color

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

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


#a7307f Background Color

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

This div background color is #a7307f


#a7307f Border Color

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

This div border color is #a7307f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,48,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7307f


Comments

No comments written yet.

Please login to write comment.