Color Hex Logo

#9f18eb Color Hex

#9F18EB
(159,24,235)
0 Favorites   0 Comments

Color spaces of #9f18eb

RGB 15924235
HSL0.770.840.51
HSV278°90°92°
CMYK 0.320.900.00   0.08
XYZ29.620114.022479.7427
Yxy14.02240.24010.1136
Hunter Lab37.446575.6618-100.0461
CIE-Lab44.265079.2262-76.3717

#9f18eb color RGB value is (159,24,235).

#9f18eb hex color red value is 159, green value is 24 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9f18eb hue: 0.77 , saturation: 0.84 and the lightness value of 9f18eb is 0.51.

The process color (four color CMYK) of #9f18eb color hex is 0.32, 0.90, 0.00, 0.08. Web safe color of #9f18eb is #9900ff. Color #9f18eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00011000 11101011
Octal 237 30 353
Decimal 159 24 235
Hex 9F 18 EB

RGB Percentages of Color #9f18eb

%38.04
%5.74
%56.22

CMYK Percentages of Color #9f18eb

%32
%90
%0
%8

Triadic Colors of #9f18eb

#9f18eb #eb9f18 #18eb9f

Analogous Colors of #9f18eb

#9f18eb #eb18ce #3518eb

Monochromatic Colors of #9f18eb

#9f18eb

Complementary Color

#9f18eb #64eb18

#9f18eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f18eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f18eb Color CSS Codes

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

#9f18eb Text Font Color

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

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


#9f18eb Background Color

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

This div background color is #9f18eb


#9f18eb Border Color

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

This div border color is #9f18eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f18eb


Comments

No comments written yet.

Please login to write comment.