Color Hex Logo

#9b179d Color Hex

#9B179D
(155,23,157)
0 Favorites   0 Comments

Color spaces of #9b179d

RGB 15523157
HSL0.830.740.35
HSV299°85°62°
CMYK 0.010.850.00   0.38
XYZ19.909810.015732.7821
Yxy10.01570.31750.1597
Hunter Lab31.647656.9128-39.2621
CIE-Lab37.870664.7465-41.1662

#9b179d color RGB value is (155,23,157).

#9b179d hex color red value is 155, green value is 23 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #9b179d hue: 0.83 , saturation: 0.74 and the lightness value of 9b179d is 0.35.

The process color (four color CMYK) of #9b179d color hex is 0.01, 0.85, 0.00, 0.38. Web safe color of #9b179d is #990099. Color #9b179d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 00010111 10011101
Octal 233 27 235
Decimal 155 23 157
Hex 9B 17 9D

RGB Percentages of Color #9b179d

%46.27
%6.87
%46.87

CMYK Percentages of Color #9b179d

%1
%85
%0
%38

Triadic Colors of #9b179d

#9b179d #9d9b17 #179d9b

Analogous Colors of #9b179d

#9b179d #9d175c #58179d

Monochromatic Colors of #9b179d

#9b179d

Complementary Color

#9b179d #199d17

#9b179d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b179d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b179d Color CSS Codes

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

#9b179d Text Font Color

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

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


#9b179d Background Color

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

This div background color is #9b179d


#9b179d Border Color

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

This div border color is #9b179d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,23,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9b179d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9b179d;
  -webkit-box-shadow: 1px 1px 3px 2px #9b179d;
  box-shadow:         1px 1px 3px 2px #9b179d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,23,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b179d


Comments

No comments written yet.

Please login to write comment.