Color Hex Logo

#a7698e Color Hex

#A7698E
(167,105,142)
0 Favorites   0 Comments

Color spaces of #a7698e

RGB 167105142
HSL0.900.260.53
HSV324°37°65°
CMYK 0.000.370.15   0.35
XYZ25.870420.271628.1405
Yxy20.27160.34830.2729
Hunter Lab45.024023.7726-5.5401
CIE-Lab52.142930.3153-9.9077

#a7698e color RGB value is (167,105,142).

#a7698e hex color red value is 167, green value is 105 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a7698e hue: 0.90 , saturation: 0.26 and the lightness value of a7698e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101001 10001110
Octal 247 151 216
Decimal 167 105 142
Hex A7 69 8E

RGB Percentages of Color #a7698e

%40.34
%25.36
%34.30

CMYK Percentages of Color #a7698e

%0
%37
%15
%35

Triadic Colors of #a7698e

#a7698e #8ea769 #698ea7

Analogous Colors of #a7698e

#a7698e #a7696f #a169a7

Monochromatic Colors of #a7698e

#a7698e

Complementary Color

#a7698e #69a782

#a7698e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7698e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7698e Color CSS Codes

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

#a7698e Text Font Color

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

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


#a7698e Background Color

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

This div background color is #a7698e


#a7698e Border Color

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

This div border color is #a7698e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7698e


Comments

No comments written yet.

Please login to write comment.