Color Hex Logo

#950ade Color Hex

#950ADE
(149,10,222)
0 Favorites   0 Comments

Color spaces of #950ade

RGB 14910222
HSL0.780.910.45
HSV279°95°87°
CMYK 0.330.950.00   0.13
XYZ25.687811.880670.0465
Yxy11.88060.23870.1104
Hunter Lab34.468272.7095-96.3616
CIE-Lab41.025777.4701-74.3320

#950ade color RGB value is (149,10,222).

#950ade hex color red value is 149, green value is 10 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #950ade hue: 0.78 , saturation: 0.91 and the lightness value of 950ade is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00001010 11011110
Octal 225 12 336
Decimal 149 10 222
Hex 95 A DE

RGB Percentages of Color #950ade

%39.11
%2.62
%58.27

CMYK Percentages of Color #950ade

%33
%95
%0
%13

Triadic Colors of #950ade

#950ade #de950a #0ade95

Analogous Colors of #950ade

#950ade #de0abd #2b0ade

Monochromatic Colors of #950ade

#950ade

Complementary Color

#950ade #53de0a

#950ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#950ade Color CSS Codes

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

#950ade Text Font Color

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

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


#950ade Background Color

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

This div background color is #950ade


#950ade Border Color

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

This div border color is #950ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950ade


Comments

No comments written yet.

Please login to write comment.