Color Hex Logo

#9f357c Color Hex

#9F357C
(159,53,124)
0 Favorites   0 Comments

Color spaces of #9f357c

RGB 15953124
HSL0.890.500.42
HSV320°67°62°
CMYK 0.000.670.22   0.38
XYZ19.209311.372420.2514
Yxy11.37240.37790.2237
Hunter Lab33.723042.6620-11.9989
CIE-Lab40.200751.1786-17.2659

#9f357c color RGB value is (159,53,124).

#9f357c hex color red value is 159, green value is 53 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #9f357c hue: 0.89 , saturation: 0.50 and the lightness value of 9f357c is 0.42.

The process color (four color CMYK) of #9f357c color hex is 0.00, 0.67, 0.22, 0.38. Web safe color of #9f357c is #993366. Color #9f357c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00110101 01111100
Octal 237 65 174
Decimal 159 53 124
Hex 9F 35 7C

RGB Percentages of Color #9f357c

%47.32
%15.77
%36.90

CMYK Percentages of Color #9f357c

%0
%67
%22
%38

Triadic Colors of #9f357c

#9f357c #7c9f35 #357c9f

Analogous Colors of #9f357c

#9f357c #9f3547 #8d359f

Monochromatic Colors of #9f357c

#9f357c

Complementary Color

#9f357c #359f58

#9f357c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f357c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f357c Color CSS Codes

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

#9f357c Text Font Color

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

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


#9f357c Background Color

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

This div background color is #9f357c


#9f357c Border Color

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

This div border color is #9f357c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f357c


Comments

No comments written yet.

Please login to write comment.