Color Hex Logo

#9f1bad Color Hex

#9F1BAD
(159,27,173)
0 Favorites   0 Comments

Color spaces of #9f1bad

RGB 15927173
HSL0.820.730.39
HSV294°84°68°
CMYK 0.080.840.00   0.32
XYZ22.232811.171940.5198
Yxy11.17190.30080.1511
Hunter Lab33.424460.2396-48.4791
CIE-Lab39.868567.2617-47.5325

#9f1bad color RGB value is (159,27,173).

#9f1bad hex color red value is 159, green value is 27 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9f1bad hue: 0.82 , saturation: 0.73 and the lightness value of 9f1bad is 0.39.

The process color (four color CMYK) of #9f1bad color hex is 0.08, 0.84, 0.00, 0.32. Web safe color of #9f1bad is #993399. Color #9f1bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00011011 10101101
Octal 237 33 255
Decimal 159 27 173
Hex 9F 1B AD

RGB Percentages of Color #9f1bad

%44.29
%7.52
%48.19

CMYK Percentages of Color #9f1bad

%8
%84
%0
%32

Triadic Colors of #9f1bad

#9f1bad #ad9f1b #1bad9f

Analogous Colors of #9f1bad

#9f1bad #ad1b72 #561bad

Monochromatic Colors of #9f1bad

#9f1bad

Complementary Color

#9f1bad #29ad1b

#9f1bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f1bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f1bad Color CSS Codes

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

#9f1bad Text Font Color

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

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


#9f1bad Background Color

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

This div background color is #9f1bad


#9f1bad Border Color

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

This div border color is #9f1bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f1bad


Comments

No comments written yet.

Please login to write comment.