Color Hex Logo

#950ebe Color Hex

#950EBE
(149,14,190)
0 Favorites   0 Comments

Color spaces of #950ebe

RGB 14914190
HSL0.790.860.40
HSV286°93°75°
CMYK 0.220.930.00   0.25
XYZ21.845710.421349.5753
Yxy10.42130.26690.1273
Hunter Lab32.282064.2998-68.4538
CIE-Lab38.588270.9818-59.7446

#950ebe color RGB value is (149,14,190).

#950ebe hex color red value is 149, green value is 14 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #950ebe hue: 0.79 , saturation: 0.86 and the lightness value of 950ebe is 0.40.

The process color (four color CMYK) of #950ebe color hex is 0.22, 0.93, 0.00, 0.25. Web safe color of #950ebe is #9900cc. Color #950ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00001110 10111110
Octal 225 16 276
Decimal 149 14 190
Hex 95 E BE

RGB Percentages of Color #950ebe

%42.21
%3.97
%53.82

CMYK Percentages of Color #950ebe

%22
%93
%0
%25

Triadic Colors of #950ebe

#950ebe #be950e #0ebe95

Analogous Colors of #950ebe

#950ebe #be0e8f #3d0ebe

Monochromatic Colors of #950ebe

#950ebe

Complementary Color

#950ebe #37be0e

#950ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#950ebe Color CSS Codes

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

#950ebe Text Font Color

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

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


#950ebe Background Color

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

This div background color is #950ebe


#950ebe Border Color

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

This div border color is #950ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950ebe


Comments

No comments written yet.

Please login to write comment.