Color Hex Logo

#995780 Color Hex

#995780
(153,87,128)
0 Favorites   0 Comments

Color spaces of #995780

RGB 15387128
HSL0.900.280.47
HSV323°43°60°
CMYK 0.000.430.16   0.40
XYZ20.441315.147222.2684
Yxy15.14720.35330.2618
Hunter Lab38.919425.6430-6.6802
CIE-Lab45.835233.0358-11.2223

#995780 color RGB value is (153,87,128).

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

The process color (four color CMYK) of #995780 color hex is 0.00, 0.43, 0.16, 0.40. Web safe color of #995780 is #996699. Color #995780 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010111 10000000
Octal 231 127 200
Decimal 153 87 128
Hex 99 57 80

RGB Percentages of Color #995780

%41.58
%23.64
%34.78

CMYK Percentages of Color #995780

%0
%43
%16
%40

Triadic Colors of #995780

#995780 #809957 #578099

Analogous Colors of #995780

#995780 #99575f #915799

Monochromatic Colors of #995780

#995780

Complementary Color

#995780 #579970

#995780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#995780 Color CSS Codes

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

#995780 Text Font Color

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

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


#995780 Background Color

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

This div background color is #995780


#995780 Border Color

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

This div border color is #995780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995780


Comments

No comments written yet.

Please login to write comment.