Color Hex Logo

#9f3afc Color Hex

#9F3AFC
(159,58,252)
0 Favorites   0 Comments

Color spaces of #9f3afc

RGB 15958252
HSL0.750.970.61
HSV271°77°99°
CMYK 0.370.770.00   0.01
XYZ33.381817.425393.6995
Yxy17.42530.23100.1206
Hunter Lab41.743669.6927-103.8643
CIE-Lab48.791573.4980-78.5249

#9f3afc color RGB value is (159,58,252).

#9f3afc hex color red value is 159, green value is 58 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9f3afc hue: 0.75 , saturation: 0.97 and the lightness value of 9f3afc is 0.61.

The process color (four color CMYK) of #9f3afc color hex is 0.37, 0.77, 0.00, 0.01. Web safe color of #9f3afc is #9933ff. Color #9f3afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00111010 11111100
Octal 237 72 374
Decimal 159 58 252
Hex 9F 3A FC

RGB Percentages of Color #9f3afc

%33.90
%12.37
%53.73

CMYK Percentages of Color #9f3afc

%37
%77
%0
%1

Triadic Colors of #9f3afc

#9f3afc #fc9f3a #3afc9f

Analogous Colors of #9f3afc

#9f3afc #fc3af8 #3e3afc

Monochromatic Colors of #9f3afc

#9f3afc

Complementary Color

#9f3afc #97fc3a

#9f3afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f3afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f3afc Color CSS Codes

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

#9f3afc Text Font Color

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

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


#9f3afc Background Color

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

This div background color is #9f3afc


#9f3afc Border Color

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

This div border color is #9f3afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f3afc


Comments

No comments written yet.

Please login to write comment.