Color Hex Logo

#99697d Color Hex

#99697D
(153,105,125)
0 Favorites   0 Comments

Color spaces of #99697d

RGB 153105125
HSL0.930.190.51
HSV335°31°60°
CMYK 0.000.310.18   0.40
XYZ21.890118.356121.7914
Yxy18.35610.35290.2959
Hunter Lab42.844016.2232-0.1654
CIE-Lab49.925222.3227-3.3231

#99697d color RGB value is (153,105,125).

#99697d hex color red value is 153, green value is 105 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #99697d hue: 0.93 , saturation: 0.19 and the lightness value of 99697d is 0.51.

The process color (four color CMYK) of #99697d color hex is 0.00, 0.31, 0.18, 0.40. Web safe color of #99697d is #996666. Color #99697d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101001 01111101
Octal 231 151 175
Decimal 153 105 125
Hex 99 69 7D

RGB Percentages of Color #99697d

%39.95
%27.42
%32.64

CMYK Percentages of Color #99697d

%0
%31
%18
%40

Triadic Colors of #99697d

#99697d #7d9969 #697d99

Analogous Colors of #99697d

#99697d #996d69 #996995

Monochromatic Colors of #99697d

#99697d

Complementary Color

#99697d #699985

#99697d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99697d Color Preview on White Background

Lorem ipsum dolor sit amet.

#99697d Color CSS Codes

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

#99697d Text Font Color

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

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


#99697d Background Color

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

This div background color is #99697d


#99697d Border Color

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

This div border color is #99697d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,105,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99697d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99697d;
  -webkit-box-shadow: 1px 1px 3px 2px #99697d;
  box-shadow:         1px 1px 3px 2px #99697d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,105,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99697d


Comments

No comments written yet.

Please login to write comment.