Color Hex Logo

#9f1efa Color Hex

#9F1EFA
(159,30,250)
0 Favorites   0 Comments

Color spaces of #9f1efa

RGB 15930250
HSL0.760.960.55
HSV275°88°98°
CMYK 0.360.880.00   0.02
XYZ32.017715.201691.6892
Yxy15.20160.23050.1094
Hunter Lab38.989278.3519-112.1371
CIE-Lab45.909181.0501-82.1243

#9f1efa color RGB value is (159,30,250).

#9f1efa hex color red value is 159, green value is 30 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9f1efa hue: 0.76 , saturation: 0.96 and the lightness value of 9f1efa is 0.55.

The process color (four color CMYK) of #9f1efa color hex is 0.36, 0.88, 0.00, 0.02. Web safe color of #9f1efa is #9933ff. Color #9f1efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00011110 11111010
Octal 237 36 372
Decimal 159 30 250
Hex 9F 1E FA

RGB Percentages of Color #9f1efa

%36.22
%6.83
%56.95

CMYK Percentages of Color #9f1efa

%36
%88
%0
%2

Triadic Colors of #9f1efa

#9f1efa #fa9f1e #1efa9f

Analogous Colors of #9f1efa

#9f1efa #fa1ee7 #311efa

Monochromatic Colors of #9f1efa

#9f1efa

Complementary Color

#9f1efa #79fa1e

#9f1efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f1efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f1efa Color CSS Codes

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

#9f1efa Text Font Color

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

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


#9f1efa Background Color

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

This div background color is #9f1efa


#9f1efa Border Color

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

This div border color is #9f1efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f1efa


Comments

No comments written yet.

Please login to write comment.