Color Hex Logo

#9f035e Color Hex

#9F035E
(159,3,94)
0 Favorites   0 Comments

Color spaces of #9f035e

RGB 159394
HSL0.900.960.32
HSV325°98°62°
CMYK 0.000.980.41   0.38
XYZ16.35108.244211.3192
Yxy8.24420.45530.2296
Hunter Lab28.712751.4030-3.2746
CIE-Lab34.486460.4677-6.9951

#9f035e color RGB value is (159,3,94).

#9f035e hex color red value is 159, green value is 3 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #9f035e hue: 0.90 , saturation: 0.96 and the lightness value of 9f035e is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 00000011 01011110
Octal 237 3 136
Decimal 159 3 94
Hex 9F 3 5E

RGB Percentages of Color #9f035e

%62.11
%1.17
%36.72

CMYK Percentages of Color #9f035e

%0
%98
%41
%38

Triadic Colors of #9f035e

#9f035e #5e9f03 #035e9f

Analogous Colors of #9f035e

#9f035e #9f0310 #92039f

Monochromatic Colors of #9f035e

#9f035e

Complementary Color

#9f035e #039f44

#9f035e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f035e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f035e Color CSS Codes

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

#9f035e Text Font Color

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

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


#9f035e Background Color

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

This div background color is #9f035e


#9f035e Border Color

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

This div border color is #9f035e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,3,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 #9f035e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f035e


Comments

No comments written yet.

Please login to write comment.