Color Hex Logo

#9f417a Color Hex

#9F417A
(159,65,122)
0 Favorites   0 Comments

Color spaces of #9f417a

RGB 15965122
HSL0.900.420.44
HSV324°59°62°
CMYK 0.000.590.23   0.38
XYZ19.701212.556719.7977
Yxy12.55670.37850.2412
Hunter Lab35.435437.2294-8.3204
CIE-Lab42.087645.5292-13.1538

#9f417a color RGB value is (159,65,122).

#9f417a hex color red value is 159, green value is 65 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #9f417a hue: 0.90 , saturation: 0.42 and the lightness value of 9f417a is 0.44.

The process color (four color CMYK) of #9f417a color hex is 0.00, 0.59, 0.23, 0.38. Web safe color of #9f417a is #993366. Color #9f417a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01000001 01111010
Octal 237 101 172
Decimal 159 65 122
Hex 9F 41 7A

RGB Percentages of Color #9f417a

%45.95
%18.79
%35.26

CMYK Percentages of Color #9f417a

%0
%59
%23
%38

Triadic Colors of #9f417a

#9f417a #7a9f41 #417a9f

Analogous Colors of #9f417a

#9f417a #9f414b #95419f

Monochromatic Colors of #9f417a

#9f417a

Complementary Color

#9f417a #419f66

#9f417a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f417a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f417a Color CSS Codes

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

#9f417a Text Font Color

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

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


#9f417a Background Color

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

This div background color is #9f417a


#9f417a Border Color

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

This div border color is #9f417a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f417a


Comments

No comments written yet.

Please login to write comment.