Color Hex Logo

#950efe Color Hex

#950EFE
(149,14,254)
0 Favorites   0 Comments

Color spaces of #950efe

RGB 14914254
HSL0.760.990.53
HSV274°94°100°
CMYK 0.410.940.00   0.00
XYZ30.440913.859494.8366
Yxy13.85940.21880.0996
Hunter Lab37.228280.8071-124.9779
CIE-Lab44.030683.3394-87.4998

#950efe color RGB value is (149,14,254).

#950efe hex color red value is 149, green value is 14 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #950efe hue: 0.76 , saturation: 0.99 and the lightness value of 950efe is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00001110 11111110
Octal 225 16 376
Decimal 149 14 254
Hex 95 E FE

RGB Percentages of Color #950efe

%35.73
%3.36
%60.91

CMYK Percentages of Color #950efe

%41
%94
%0
%0

Triadic Colors of #950efe

#950efe #fe950e #0efe95

Analogous Colors of #950efe

#950efe #fe0eef #1d0efe

Monochromatic Colors of #950efe

#950efe

Complementary Color

#950efe #77fe0e

#950efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#950efe Color CSS Codes

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

#950efe Text Font Color

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

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


#950efe Background Color

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

This div background color is #950efe


#950efe Border Color

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

This div border color is #950efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950efe


Comments

No comments written yet.

Please login to write comment.