Color Hex Logo

#995779 Color Hex

#995779
(153,87,121)
0 Favorites   0 Comments

Color spaces of #995779

RGB 15387121
HSL0.910.280.47
HSV329°43°60°
CMYK 0.000.430.21   0.40
XYZ19.996314.969219.9246
Yxy14.96920.36430.2727
Hunter Lab38.690124.5471-3.4501
CIE-Lab45.592031.8941-7.3533

#995779 color RGB value is (153,87,121).

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

The process color (four color CMYK) of #995779 color hex is 0.00, 0.43, 0.21, 0.40. Web safe color of #995779 is #996666. Color #995779 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010111 01111001
Octal 231 127 171
Decimal 153 87 121
Hex 99 57 79

RGB Percentages of Color #995779

%42.38
%24.10
%33.52

CMYK Percentages of Color #995779

%0
%43
%21
%40

Triadic Colors of #995779

#995779 #799957 #577999

Analogous Colors of #995779

#995779 #995758 #985799

Monochromatic Colors of #995779

#995779

Complementary Color

#995779 #579977

#995779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#995779 Color CSS Codes

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

#995779 Text Font Color

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

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


#995779 Background Color

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

This div background color is #995779


#995779 Border Color

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

This div border color is #995779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995779


Comments

No comments written yet.

Please login to write comment.