Color Hex Logo

#9b187c Color Hex

#9B187C
(155,24,124)
0 Favorites   0 Comments

Color spaces of #9b187c

RGB 15524124
HSL0.870.730.35
HSV314°85°61°
CMYK 0.000.850.20   0.39
XYZ17.48239.077119.8994
Yxy9.07710.37630.1954
Hunter Lab30.128250.8526-18.0707
CIE-Lab36.132359.6440-23.6152

#9b187c color RGB value is (155,24,124).

#9b187c hex color red value is 155, green value is 24 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #9b187c hue: 0.87 , saturation: 0.73 and the lightness value of 9b187c is 0.35.

The process color (four color CMYK) of #9b187c color hex is 0.00, 0.85, 0.20, 0.39. Web safe color of #9b187c is #990066. Color #9b187c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 00011000 01111100
Octal 233 30 174
Decimal 155 24 124
Hex 9B 18 7C

RGB Percentages of Color #9b187c

%51.16
%7.92
%40.92

CMYK Percentages of Color #9b187c

%0
%85
%20
%39

Triadic Colors of #9b187c

#9b187c #7c9b18 #187c9b

Analogous Colors of #9b187c

#9b187c #9b183a #79189b

Monochromatic Colors of #9b187c

#9b187c

Complementary Color

#9b187c #189b37

#9b187c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b187c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b187c Color CSS Codes

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

#9b187c Text Font Color

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

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


#9b187c Background Color

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

This div background color is #9b187c


#9b187c Border Color

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

This div border color is #9b187c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b187c


Comments

No comments written yet.

Please login to write comment.