Color Hex Logo

#9c5591 Color Hex

#9C5591
(156,85,145)
0 Favorites   0 Comments

Color spaces of #9c5591

RGB 15685145
HSL0.860.290.47
HSV309°46°61°
CMYK 0.000.460.07   0.39
XYZ22.069615.609328.6378
Yxy15.60930.33280.2354
Hunter Lab39.508630.5705-15.3203
CIE-Lab46.457738.1044-20.4559

#9c5591 color RGB value is (156,85,145).

#9c5591 hex color red value is 156, green value is 85 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #9c5591 hue: 0.86 , saturation: 0.29 and the lightness value of 9c5591 is 0.47.

The process color (four color CMYK) of #9c5591 color hex is 0.00, 0.46, 0.07, 0.39. Web safe color of #9c5591 is #996699. Color #9c5591 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01010101 10010001
Octal 234 125 221
Decimal 156 85 145
Hex 9C 55 91

RGB Percentages of Color #9c5591

%40.41
%22.02
%37.56

CMYK Percentages of Color #9c5591

%0
%46
%7
%39

Triadic Colors of #9c5591

#9c5591 #919c55 #55919c

Analogous Colors of #9c5591

#9c5591 #9c556e #84559c

Monochromatic Colors of #9c5591

#9c5591

Complementary Color

#9c5591 #559c60

#9c5591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c5591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c5591 Color CSS Codes

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

#9c5591 Text Font Color

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

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


#9c5591 Background Color

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

This div background color is #9c5591


#9c5591 Border Color

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

This div border color is #9c5591


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,85,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9c5591; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9c5591;
  -webkit-box-shadow: 1px 1px 3px 2px #9c5591;
  box-shadow:         1px 1px 3px 2px #9c5591; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,85,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c5591


Comments

No comments written yet.

Please login to write comment.