Color Hex Logo

#950fef Color Hex

#950FEF
(149,15,239)
0 Favorites   0 Comments

Color spaces of #950fef

RGB 14915239
HSL0.770.880.50
HSV276°94°94°
CMYK 0.380.940.00   0.06
XYZ28.145212.963282.6801
Yxy12.96320.22740.1047
Hunter Lab36.004476.5283-110.9496
CIE-Lab42.707780.2161-81.2437

#950fef color RGB value is (149,15,239).

#950fef hex color red value is 149, green value is 15 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #950fef hue: 0.77 , saturation: 0.88 and the lightness value of 950fef is 0.50.

The process color (four color CMYK) of #950fef color hex is 0.38, 0.94, 0.00, 0.06. Web safe color of #950fef is #9900ff. Color #950fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00001111 11101111
Octal 225 17 357
Decimal 149 15 239
Hex 95 F EF

RGB Percentages of Color #950fef

%36.97
%3.72
%59.31

CMYK Percentages of Color #950fef

%38
%94
%0
%6

Triadic Colors of #950fef

#950fef #ef950f #0fef95

Analogous Colors of #950fef

#950fef #ef0fd9 #250fef

Monochromatic Colors of #950fef

#950fef

Complementary Color

#950fef #69ef0f

#950fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#950fef Color CSS Codes

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

#950fef Text Font Color

<p style="color:#950fef">Text here</p>

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


#950fef Background Color

<div style="background-color:#950fef">
Div content here</div>

This div background color is #950fef


#950fef Border Color

<div style="border:3px solid #950fef">
Div here</div>

This div border color is #950fef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,15,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #950fef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #950fef;
  -webkit-box-shadow: 1px 1px 3px 2px #950fef;
  box-shadow:         1px 1px 3px 2px #950fef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,15,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950fef


Comments

No comments written yet.

Please login to write comment.