Color Hex Logo

#9f3cff Color Hex

#9F3CFF
(159,60,255)
0 Favorites   0 Comments

Color spaces of #9f3cff

RGB 15960255
HSL0.751.000.62
HSV270°76°100°
CMYK 0.380.760.00   0.00
XYZ33.963917.822696.2578
Yxy17.82260.22940.1204
Hunter Lab42.216869.7258-105.6343
CIE-Lab49.280273.4301-79.3981

#9f3cff color RGB value is (159,60,255).

#9f3cff hex color red value is 159, green value is 60 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9f3cff hue: 0.75 , saturation: 1.00 and the lightness value of 9f3cff is 0.62.

The process color (four color CMYK) of #9f3cff color hex is 0.38, 0.76, 0.00, 0.00. Web safe color of #9f3cff is #9933ff. Color #9f3cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00111100 11111111
Octal 237 74 377
Decimal 159 60 255
Hex 9F 3C FF

RGB Percentages of Color #9f3cff

%33.54
%12.66
%53.80

CMYK Percentages of Color #9f3cff

%38
%76
%0
%0

Triadic Colors of #9f3cff

#9f3cff #ff9f3c #3cff9f

Analogous Colors of #9f3cff

#9f3cff #ff3cfe #3d3cff

Monochromatic Colors of #9f3cff

#9f3cff

Complementary Color

#9f3cff #9cff3c

#9f3cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f3cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f3cff Color CSS Codes

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

#9f3cff Text Font Color

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

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


#9f3cff Background Color

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

This div background color is #9f3cff


#9f3cff Border Color

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

This div border color is #9f3cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f3cff

Related Colors


Comments

No comments written yet.

Please login to write comment.