Color Hex Logo

#950eff Color Hex

#950EFF
(149,14,255)
0 Favorites   0 Comments

Color spaces of #950eff

RGB 14914255
HSL0.761.000.53
HSV274°95°100°
CMYK 0.420.950.00   0.00
XYZ30.601513.923695.6824
Yxy13.92360.21830.0993
Hunter Lab37.314381.0878-125.9129
CIE-Lab44.123283.5411-87.9064

#950eff color RGB value is (149,14,255).

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

The process color (four color CMYK) of #950eff color hex is 0.42, 0.95, 0.00, 0.00. Web safe color of #950eff is #9900ff. Color #950eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00001110 11111111
Octal 225 16 377
Decimal 149 14 255
Hex 95 E FF

RGB Percentages of Color #950eff

%35.65
%3.35
%61.00

CMYK Percentages of Color #950eff

%42
%95
%0
%0

Triadic Colors of #950eff

#950eff #ff950e #0eff95

Analogous Colors of #950eff

#950eff #ff0ef1 #1d0eff

Monochromatic Colors of #950eff

#950eff

Complementary Color

#950eff #78ff0e

#950eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#950eff Color CSS Codes

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

#950eff Text Font Color

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

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


#950eff Background Color

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

This div background color is #950eff


#950eff Border Color

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

This div border color is #950eff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,14,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 #950eff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950eff

Related Colors


Comments

No comments written yet.

Please login to write comment.