Color Hex Logo

#995675 Color Hex

#995675
(153,86,117)
0 Favorites   0 Comments

Color spaces of #995675

RGB 15386117
HSL0.920.280.47
HSV332°44°60°
CMYK 0.000.440.24   0.40
XYZ19.675514.712218.6324
Yxy14.71220.37110.2775
Hunter Lab38.356524.4402-1.9517
CIE-Lab45.237531.8234-5.4548

#995675 color RGB value is (153,86,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010110 01110101
Octal 231 126 165
Decimal 153 86 117
Hex 99 56 75

RGB Percentages of Color #995675

%42.98
%24.16
%32.87

CMYK Percentages of Color #995675

%0
%44
%24
%40

Triadic Colors of #995675

#995675 #759956 #567599

Analogous Colors of #995675

#995675 #995956 #995697

Monochromatic Colors of #995675

#995675

Complementary Color

#995675 #56997a

#995675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#995675 Color CSS Codes

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

#995675 Text Font Color

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

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


#995675 Background Color

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

This div background color is #995675


#995675 Border Color

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

This div border color is #995675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995675


Comments

No comments written yet.

Please login to write comment.