Color Hex Logo

#955980 Color Hex

#955980
(149,89,128)
0 Favorites   0 Comments

Color spaces of #955980

RGB 14989128
HSL0.890.250.47
HSV321°40°58°
CMYK 0.000.400.14   0.42
XYZ19.863115.092822.2884
Yxy15.09280.34700.2637
Hunter Lab38.849523.2776-6.8208
CIE-Lab45.761030.5037-11.3854

#955980 color RGB value is (149,89,128).

#955980 hex color red value is 149, green value is 89 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #955980 hue: 0.89 , saturation: 0.25 and the lightness value of 955980 is 0.47.

The process color (four color CMYK) of #955980 color hex is 0.00, 0.40, 0.14, 0.42. Web safe color of #955980 is #996699. Color #955980 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011001 10000000
Octal 225 131 200
Decimal 149 89 128
Hex 95 59 80

RGB Percentages of Color #955980

%40.71
%24.32
%34.97

CMYK Percentages of Color #955980

%0
%40
%14
%42

Triadic Colors of #955980

#955980 #809559 #598095

Analogous Colors of #955980

#955980 #955962 #8c5995

Monochromatic Colors of #955980

#955980

Complementary Color

#955980 #59956e

#955980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#955980 Color CSS Codes

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

#955980 Text Font Color

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

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


#955980 Background Color

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

This div background color is #955980


#955980 Border Color

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

This div border color is #955980


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,89,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 #955980">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955980


Comments

No comments written yet.

Please login to write comment.