Color Hex Logo

#9f0def Color Hex

#9F0DEF
(159,13,239)
0 Favorites   0 Comments

Color spaces of #9f0def

RGB 15913239
HSL0.770.900.49
HSV279°95°94°
CMYK 0.330.950.00   0.06
XYZ30.022013.890882.7602
Yxy13.89080.23700.1097
Hunter Lab37.270478.5621-105.5664
CIE-Lab44.075981.5677-78.9436

#9f0def color RGB value is (159,13,239).

#9f0def hex color red value is 159, green value is 13 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9f0def hue: 0.77 , saturation: 0.90 and the lightness value of 9f0def is 0.49.

The process color (four color CMYK) of #9f0def color hex is 0.33, 0.95, 0.00, 0.06. Web safe color of #9f0def is #9900ff. Color #9f0def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00001101 11101111
Octal 237 15 357
Decimal 159 13 239
Hex 9F D EF

RGB Percentages of Color #9f0def

%38.69
%3.16
%58.15

CMYK Percentages of Color #9f0def

%33
%95
%0
%6

Triadic Colors of #9f0def

#9f0def #ef9f0d #0def9f

Analogous Colors of #9f0def

#9f0def #ef0dce #2e0def

Monochromatic Colors of #9f0def

#9f0def

Complementary Color

#9f0def #5def0d

#9f0def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f0def Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f0def Color CSS Codes

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

#9f0def Text Font Color

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

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


#9f0def Background Color

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

This div background color is #9f0def


#9f0def Border Color

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

This div border color is #9f0def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f0def


Comments

No comments written yet.

Please login to write comment.