Color Hex Logo

#9f13db Color Hex

#9F13DB
(159,19,219)
0 Favorites   0 Comments

Color spaces of #9f13db

RGB 15919219
HSL0.780.840.47
HSV282°91°86°
CMYK 0.270.910.00   0.14
XYZ27.317112.951168.0779
Yxy12.95110.25210.1195
Hunter Lab35.987672.5155-86.9677
CIE-Lab42.689576.9938-69.8306

#9f13db color RGB value is (159,19,219).

#9f13db hex color red value is 159, green value is 19 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9f13db hue: 0.78 , saturation: 0.84 and the lightness value of 9f13db is 0.47.

The process color (four color CMYK) of #9f13db color hex is 0.27, 0.91, 0.00, 0.14. Web safe color of #9f13db is #9900cc. Color #9f13db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00010011 11011011
Octal 237 23 333
Decimal 159 19 219
Hex 9F 13 DB

RGB Percentages of Color #9f13db

%40.05
%4.79
%55.16

CMYK Percentages of Color #9f13db

%27
%91
%0
%14

Triadic Colors of #9f13db

#9f13db #db9f13 #13db9f

Analogous Colors of #9f13db

#9f13db #db13b3 #3b13db

Monochromatic Colors of #9f13db

#9f13db

Complementary Color

#9f13db #4fdb13

#9f13db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f13db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f13db Color CSS Codes

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

#9f13db Text Font Color

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

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


#9f13db Background Color

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

This div background color is #9f13db


#9f13db Border Color

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

This div border color is #9f13db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f13db


Comments

No comments written yet.

Please login to write comment.