Color Hex Logo

#9f007d Color Hex

#9F007D
(159,0,125)
0 Favorites   0 Comments

Color spaces of #9f007d

RGB 1590125
HSL0.871.000.31
HSV313°100°62°
CMYK 0.001.000.21   0.38
XYZ17.99978.851620.1619
Yxy8.85160.38290.1883
Hunter Lab29.751655.9269-19.3531
CIE-Lab35.697064.2984-24.8626

#9f007d color RGB value is (159,0,125).

#9f007d hex color red value is 159, green value is 0 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #9f007d hue: 0.87 , saturation: 1.00 and the lightness value of 9f007d is 0.31.

The process color (four color CMYK) of #9f007d color hex is 0.00, 1.00, 0.21, 0.38. Web safe color of #9f007d is #990066. Color #9f007d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00000000 01111101
Octal 237 0 175
Decimal 159 0 125
Hex 9F 0 7D

RGB Percentages of Color #9f007d

%55.99
%0.00
%44.01

CMYK Percentages of Color #9f007d

%0
%100
%21
%38

Triadic Colors of #9f007d

#9f007d #7d9f00 #007d9f

Analogous Colors of #9f007d

#9f007d #9f002e #72009f

Monochromatic Colors of #9f007d

#9f007d

Complementary Color

#9f007d #009f22

#9f007d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f007d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f007d Color CSS Codes

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

#9f007d Text Font Color

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

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


#9f007d Background Color

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

This div background color is #9f007d


#9f007d Border Color

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

This div border color is #9f007d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f007d


Comments

No comments written yet.

Please login to write comment.