Color Hex Logo

#9f158d Color Hex

#9F158D
(159,21,141)
0 Favorites   0 Comments

Color spaces of #9f158d

RGB 15921141
HSL0.860.770.35
HSV308°87°62°
CMYK 0.000.870.11   0.38
XYZ19.37409.830326.0756
Yxy9.83030.35050.1778
Hunter Lab31.353355.4314-27.3624
CIE-Lab37.536163.5002-31.8963

#9f158d color RGB value is (159,21,141).

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

The process color (four color CMYK) of #9f158d color hex is 0.00, 0.87, 0.11, 0.38. Web safe color of #9f158d is #990099. Color #9f158d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00010101 10001101
Octal 237 25 215
Decimal 159 21 141
Hex 9F 15 8D

RGB Percentages of Color #9f158d

%49.53
%6.54
%43.93

CMYK Percentages of Color #9f158d

%0
%87
%11
%38

Triadic Colors of #9f158d

#9f158d #8d9f15 #158d9f

Analogous Colors of #9f158d

#9f158d #9f1548 #6c159f

Monochromatic Colors of #9f158d

#9f158d

Complementary Color

#9f158d #159f27

#9f158d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f158d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f158d Color CSS Codes

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

#9f158d Text Font Color

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

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


#9f158d Background Color

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

This div background color is #9f158d


#9f158d Border Color

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

This div border color is #9f158d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f158d


Comments

No comments written yet.

Please login to write comment.