Color Hex Logo

#a7518f Color Hex

#A7518F
(167,81,143)
0 Favorites   0 Comments

Color spaces of #a7518f

RGB 16781143
HSL0.880.350.49
HSV317°51°65°
CMYK 0.000.510.14   0.35
XYZ23.836716.083527.8347
Yxy16.08350.35180.2374
Hunter Lab40.104235.9124-13.0778
CIE-Lab47.083843.3979-18.1670

#a7518f color RGB value is (167,81,143).

#a7518f hex color red value is 167, green value is 81 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #a7518f hue: 0.88 , saturation: 0.35 and the lightness value of a7518f is 0.49.

The process color (four color CMYK) of #a7518f color hex is 0.00, 0.51, 0.14, 0.35. Web safe color of #a7518f is #996699. Color #a7518f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010001 10001111
Octal 247 121 217
Decimal 167 81 143
Hex A7 51 8F

RGB Percentages of Color #a7518f

%42.71
%20.72
%36.57

CMYK Percentages of Color #a7518f

%0
%51
%14
%35

Triadic Colors of #a7518f

#a7518f #8fa751 #518fa7

Analogous Colors of #a7518f

#a7518f #a75164 #9451a7

Monochromatic Colors of #a7518f

#a7518f

Complementary Color

#a7518f #51a769

#a7518f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7518f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7518f Color CSS Codes

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

#a7518f Text Font Color

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

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


#a7518f Background Color

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

This div background color is #a7518f


#a7518f Border Color

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

This div border color is #a7518f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7518f


Comments

No comments written yet.

Please login to write comment.