Color Hex Logo

#950ede Color Hex

#950EDE
(149,14,222)
0 Favorites   0 Comments

Color spaces of #950ede

RGB 14914222
HSL0.770.880.46
HSV279°94°87°
CMYK 0.330.940.00   0.13
XYZ25.736311.977670.0627
Yxy11.97760.23880.1111
Hunter Lab34.608772.1741-95.8022
CIE-Lab41.180577.0062-74.0784

#950ede color RGB value is (149,14,222).

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

The process color (four color CMYK) of #950ede color hex is 0.33, 0.94, 0.00, 0.13. Web safe color of #950ede is #9900cc. Color #950ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00001110 11011110
Octal 225 16 336
Decimal 149 14 222
Hex 95 E DE

RGB Percentages of Color #950ede

%38.70
%3.64
%57.66

CMYK Percentages of Color #950ede

%33
%94
%0
%13

Triadic Colors of #950ede

#950ede #de950e #0ede95

Analogous Colors of #950ede

#950ede #de0ebf #2d0ede

Monochromatic Colors of #950ede

#950ede

Complementary Color

#950ede #57de0e

#950ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#950ede Color CSS Codes

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

#950ede Text Font Color

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

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


#950ede Background Color

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

This div background color is #950ede


#950ede Border Color

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

This div border color is #950ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950ede


Comments

No comments written yet.

Please login to write comment.