Color Hex Logo

#950add Color Hex

#950ADD
(149,10,221)
0 Favorites   0 Comments

Color spaces of #950add

RGB 14910221
HSL0.780.910.45
HSV280°95°87°
CMYK 0.330.950.00   0.13
XYZ25.554111.827169.3426
Yxy11.82710.23940.1108
Hunter Lab34.390672.4520-95.4746
CIE-Lab40.940077.2777-73.8995

#950add color RGB value is (149,10,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00001010 11011101
Octal 225 12 335
Decimal 149 10 221
Hex 95 A DD

RGB Percentages of Color #950add

%39.21
%2.63
%58.16

CMYK Percentages of Color #950add

%33
%95
%0
%13

Triadic Colors of #950add

#950add #dd950a #0add95

Analogous Colors of #950add

#950add #dd0abc #2b0add

Monochromatic Colors of #950add

#950add

Complementary Color

#950add #52dd0a

#950add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950add Color Preview on White Background

Lorem ipsum dolor sit amet.

#950add Color CSS Codes

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

#950add Text Font Color

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

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


#950add Background Color

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

This div background color is #950add


#950add Border Color

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

This div border color is #950add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950add


Comments

No comments written yet.

Please login to write comment.