Color Hex Logo

#9a687c Color Hex

#9A687C
(154,104,124)
0 Favorites   0 Comments

Color spaces of #9a687c

RGB 154104124
HSL0.930.200.51
HSV336°32°60°
CMYK 0.000.320.19   0.40
XYZ21.914818.225921.4317
Yxy18.22590.35590.2960
Hunter Lab42.691816.91800.1201
CIE-Lab49.769023.1114-2.9452

#9a687c color RGB value is (154,104,124).

#9a687c hex color red value is 154, green value is 104 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #9a687c hue: 0.93 , saturation: 0.20 and the lightness value of 9a687c is 0.51.

The process color (four color CMYK) of #9a687c color hex is 0.00, 0.32, 0.19, 0.40. Web safe color of #9a687c is #996666. Color #9a687c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01101000 01111100
Octal 232 150 174
Decimal 154 104 124
Hex 9A 68 7C

RGB Percentages of Color #9a687c

%40.31
%27.23
%32.46

CMYK Percentages of Color #9a687c

%0
%32
%19
%40

Triadic Colors of #9a687c

#9a687c #7c9a68 #687c9a

Analogous Colors of #9a687c

#9a687c #9a6d68 #9a6895

Monochromatic Colors of #9a687c

#9a687c

Complementary Color

#9a687c #689a86

#9a687c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a687c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a687c Color CSS Codes

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

#9a687c Text Font Color

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

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


#9a687c Background Color

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

This div background color is #9a687c


#9a687c Border Color

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

This div border color is #9a687c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,104,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9a687c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9a687c;
  -webkit-box-shadow: 1px 1px 3px 2px #9a687c;
  box-shadow:         1px 1px 3px 2px #9a687c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,104,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a687c


Comments

No comments written yet.

Please login to write comment.