Color Hex Logo

#995660 Color Hex

#995660
(153,86,96)
0 Favorites   0 Comments

Color spaces of #995660

RGB 1538696
HSL0.980.280.47
HSV351°44°60°
CMYK 0.000.440.37   0.40
XYZ18.576014.272412.8421
Yxy14.27240.40660.3124
Hunter Lab37.778821.65626.2908
CIE-Lab44.621128.86476.4373

#995660 color RGB value is (153,86,96).

#995660 hex color red value is 153, green value is 86 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #995660 hue: 0.98 , saturation: 0.28 and the lightness value of 995660 is 0.47.

The process color (four color CMYK) of #995660 color hex is 0.00, 0.44, 0.37, 0.40. Web safe color of #995660 is #996666. Color #995660 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010110 01100000
Octal 231 126 140
Decimal 153 86 96
Hex 99 56 60

RGB Percentages of Color #995660

%45.67
%25.67
%28.66

CMYK Percentages of Color #995660

%0
%44
%37
%40

Triadic Colors of #995660

#995660 #609956 #566099

Analogous Colors of #995660

#995660 #996e56 #995682

Monochromatic Colors of #995660

#995660

Complementary Color

#995660 #56998f

#995660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#995660 Color CSS Codes

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

#995660 Text Font Color

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

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


#995660 Background Color

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

This div background color is #995660


#995660 Border Color

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

This div border color is #995660


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,86,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #995660; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #995660;
  -webkit-box-shadow: 1px 1px 3px 2px #995660;
  box-shadow:         1px 1px 3px 2px #995660; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995660


Comments

No comments written yet.

Please login to write comment.