Color Hex Logo

#9f0e9c Color Hex

#9F0E9C
(159,14,156)
0 Favorites   0 Comments

Color spaces of #9f0e9c

RGB 15914156
HSL0.840.840.34
HSV301°91°62°
CMYK 0.000.910.02   0.38
XYZ20.455910.085332.3210
Yxy10.08530.32540.1604
Hunter Lab31.757459.4020-38.1121
CIE-Lab37.995166.9004-40.3201

#9f0e9c color RGB value is (159,14,156).

#9f0e9c hex color red value is 159, green value is 14 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #9f0e9c hue: 0.84 , saturation: 0.84 and the lightness value of 9f0e9c is 0.34.

The process color (four color CMYK) of #9f0e9c color hex is 0.00, 0.91, 0.02, 0.38. Web safe color of #9f0e9c is #990099. Color #9f0e9c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00001110 10011100
Octal 237 16 234
Decimal 159 14 156
Hex 9F E 9C

RGB Percentages of Color #9f0e9c

%48.33
%4.26
%47.42

CMYK Percentages of Color #9f0e9c

%0
%91
%2
%38

Triadic Colors of #9f0e9c

#9f0e9c #9c9f0e #0e9c9f

Analogous Colors of #9f0e9c

#9f0e9c #9f0e53 #5a0e9f

Monochromatic Colors of #9f0e9c

#9f0e9c

Complementary Color

#9f0e9c #0e9f11

#9f0e9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f0e9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f0e9c Color CSS Codes

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

#9f0e9c Text Font Color

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

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


#9f0e9c Background Color

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

This div background color is #9f0e9c


#9f0e9c Border Color

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

This div border color is #9f0e9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f0e9c


Comments

No comments written yet.

Please login to write comment.