Color Hex Logo

#950eef Color Hex

#950EEF
(149,14,239)
0 Favorites   0 Comments

Color spaces of #950eef

RGB 14914239
HSL0.770.890.50
HSV276°94°94°
CMYK 0.380.940.00   0.06
XYZ28.131512.935682.6755
Yxy12.93560.22730.1045
Hunter Lab35.966176.6762-111.1140
CIE-Lab42.666180.3418-81.3122

#950eef color RGB value is (149,14,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00001110 11101111
Octal 225 16 357
Decimal 149 14 239
Hex 95 E EF

RGB Percentages of Color #950eef

%37.06
%3.48
%59.45

CMYK Percentages of Color #950eef

%38
%94
%0
%6

Triadic Colors of #950eef

#950eef #ef950e #0eef95

Analogous Colors of #950eef

#950eef #ef0ed9 #250eef

Monochromatic Colors of #950eef

#950eef

Complementary Color

#950eef #68ef0e

#950eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#950eef Color CSS Codes

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

#950eef Text Font Color

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

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


#950eef Background Color

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

This div background color is #950eef


#950eef Border Color

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

This div border color is #950eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950eef


Comments

No comments written yet.

Please login to write comment.