Color Hex Logo

#9f1185 Color Hex

#9F1185
(159,17,133)
0 Favorites   0 Comments

Color spaces of #9f1185

RGB 15917133
HSL0.860.810.35
HSV311°89°62°
CMYK 0.000.890.16   0.38
XYZ18.73229.465323.0300
Yxy9.46530.36570.1848
Hunter Lab30.765754.8425-22.8461
CIE-Lab36.865163.1065-28.0162

#9f1185 color RGB value is (159,17,133).

#9f1185 hex color red value is 159, green value is 17 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #9f1185 hue: 0.86 , saturation: 0.81 and the lightness value of 9f1185 is 0.35.

The process color (four color CMYK) of #9f1185 color hex is 0.00, 0.89, 0.16, 0.38. Web safe color of #9f1185 is #990099. Color #9f1185 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00010001 10000101
Octal 237 21 205
Decimal 159 17 133
Hex 9F 11 85

RGB Percentages of Color #9f1185

%51.46
%5.50
%43.04

CMYK Percentages of Color #9f1185

%0
%89
%16
%38

Triadic Colors of #9f1185

#9f1185 #859f11 #11859f

Analogous Colors of #9f1185

#9f1185 #9f113e #72119f

Monochromatic Colors of #9f1185

#9f1185

Complementary Color

#9f1185 #119f2b

#9f1185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f1185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f1185 Color CSS Codes

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

#9f1185 Text Font Color

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

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


#9f1185 Background Color

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

This div background color is #9f1185


#9f1185 Border Color

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

This div border color is #9f1185


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,17,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9f1185; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9f1185;
  -webkit-box-shadow: 1px 1px 3px 2px #9f1185;
  box-shadow:         1px 1px 3px 2px #9f1185; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,17,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f1185


Comments

No comments written yet.

Please login to write comment.