Color Hex Logo

#99626b Color Hex

#99626B
(153,98,107)
0 Favorites   0 Comments

Color spaces of #99626b

RGB 15398107
HSL0.970.220.49
HSV350°36°60°
CMYK 0.000.360.30   0.40
XYZ20.158416.569216.0456
Yxy16.56920.38200.3140
Hunter Lab40.705317.16405.1222
CIE-Lab47.712623.55504.2092

#99626b color RGB value is (153,98,107).

#99626b hex color red value is 153, green value is 98 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #99626b hue: 0.97 , saturation: 0.22 and the lightness value of 99626b is 0.49.

The process color (four color CMYK) of #99626b color hex is 0.00, 0.36, 0.30, 0.40. Web safe color of #99626b is #996666. Color #99626b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100010 01101011
Octal 231 142 153
Decimal 153 98 107
Hex 99 62 6B

RGB Percentages of Color #99626b

%42.74
%27.37
%29.89

CMYK Percentages of Color #99626b

%0
%36
%30
%40

Triadic Colors of #99626b

#99626b #6b9962 #626b99

Analogous Colors of #99626b

#99626b #997562 #996287

Monochromatic Colors of #99626b

#99626b

Complementary Color

#99626b #629990

#99626b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99626b Color Preview on White Background

Lorem ipsum dolor sit amet.

#99626b Color CSS Codes

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

#99626b Text Font Color

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

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


#99626b Background Color

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

This div background color is #99626b


#99626b Border Color

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

This div border color is #99626b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,98,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99626b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99626b;
  -webkit-box-shadow: 1px 1px 3px 2px #99626b;
  box-shadow:         1px 1px 3px 2px #99626b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99626b


Comments

No comments written yet.

Please login to write comment.