Color Hex Logo

#a7718e Color Hex

#A7718E
(167,113,142)
0 Favorites   0 Comments

Color spaces of #a7718e

RGB 167113142
HSL0.910.230.55
HSV328°32°65°
CMYK 0.000.320.15   0.35
XYZ26.724021.978728.4250
Yxy21.97870.34650.2850
Hunter Lab46.881419.7085-3.1315
CIE-Lab54.004425.8170-7.1261

#a7718e color RGB value is (167,113,142).

#a7718e hex color red value is 167, green value is 113 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a7718e hue: 0.91 , saturation: 0.23 and the lightness value of a7718e is 0.55.

The process color (four color CMYK) of #a7718e color hex is 0.00, 0.32, 0.15, 0.35. Web safe color of #a7718e is #996699. Color #a7718e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110001 10001110
Octal 247 161 216
Decimal 167 113 142
Hex A7 71 8E

RGB Percentages of Color #a7718e

%39.57
%26.78
%33.65

CMYK Percentages of Color #a7718e

%0
%32
%15
%35

Triadic Colors of #a7718e

#a7718e #8ea771 #718ea7

Analogous Colors of #a7718e

#a7718e #a77173 #a571a7

Monochromatic Colors of #a7718e

#a7718e

Complementary Color

#a7718e #71a78a

#a7718e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7718e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7718e Color CSS Codes

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

#a7718e Text Font Color

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

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


#a7718e Background Color

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

This div background color is #a7718e


#a7718e Border Color

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

This div border color is #a7718e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7718e


Comments

No comments written yet.

Please login to write comment.