Color Hex Logo

#9f145e Color Hex

#9F145E
(159,20,94)
0 Favorites   0 Comments

Color spaces of #9f145e

RGB 1592094
HSL0.910.780.35
HSV328°87°62°
CMYK 0.000.870.41   0.38
XYZ16.56868.679411.3917
Yxy8.67940.45220.2369
Hunter Lab29.460848.8310-2.3033
CIE-Lab35.359657.9322-5.6900

#9f145e color RGB value is (159,20,94).

#9f145e hex color red value is 159, green value is 20 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #9f145e hue: 0.91 , saturation: 0.78 and the lightness value of 9f145e is 0.35.

The process color (four color CMYK) of #9f145e color hex is 0.00, 0.87, 0.41, 0.38. Web safe color of #9f145e is #990066. Color #9f145e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00010100 01011110
Octal 237 24 136
Decimal 159 20 94
Hex 9F 14 5E

RGB Percentages of Color #9f145e

%58.24
%7.33
%34.43

CMYK Percentages of Color #9f145e

%0
%87
%41
%38

Triadic Colors of #9f145e

#9f145e #5e9f14 #145e9f

Analogous Colors of #9f145e

#9f145e #9f1418 #9b149f

Monochromatic Colors of #9f145e

#9f145e

Complementary Color

#9f145e #149f55

#9f145e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f145e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f145e Color CSS Codes

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

#9f145e Text Font Color

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

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


#9f145e Background Color

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

This div background color is #9f145e


#9f145e Border Color

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

This div border color is #9f145e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f145e


Comments

No comments written yet.

Please login to write comment.