Color Hex Logo

#9f08ed Color Hex

#9F08ED
(159,8,237)
0 Favorites   0 Comments

Color spaces of #9f08ed

RGB 1598237
HSL0.780.930.48
HSV280°97°93°
CMYK 0.330.970.00   0.07
XYZ29.671013.659081.1934
Yxy13.65900.23830.1097
Hunter Lab36.958178.6282-104.3838
CIE-Lab43.739981.6840-78.3639

#9f08ed color RGB value is (159,8,237).

#9f08ed hex color red value is 159, green value is 8 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9f08ed hue: 0.78 , saturation: 0.93 and the lightness value of 9f08ed is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 00001000 11101101
Octal 237 10 355
Decimal 159 8 237
Hex 9F 8 ED

RGB Percentages of Color #9f08ed

%39.36
%1.98
%58.66

CMYK Percentages of Color #9f08ed

%33
%97
%0
%7

Triadic Colors of #9f08ed

#9f08ed #ed9f08 #08ed9f

Analogous Colors of #9f08ed

#9f08ed #ed08c9 #2c08ed

Monochromatic Colors of #9f08ed

#9f08ed

Complementary Color

#9f08ed #56ed08

#9f08ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f08ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f08ed Color CSS Codes

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

#9f08ed Text Font Color

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

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


#9f08ed Background Color

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

This div background color is #9f08ed


#9f08ed Border Color

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

This div border color is #9f08ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f08ed


Comments

No comments written yet.

Please login to write comment.