color codes Logo

#950990 color codes

#950990
(149,9,144)
0 Favorites   0 Comments

Color spaces of #950990

RGB 1499144
HSL0.840.890.31
HSV302°94°58°
CMYK 0.000.940.03   0.42
XYZ17.52628.598627.1215
Yxy8.59860.32920.1615
Hunter Lab29.323455.3713-34.3116
CIE-Lab35.199763.9018-37.5635

#950990 color RGB value is (149,9,144).

#950990 hex color red value is 149, green value is 9 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #950990 hue: 0.84 , saturation: 0.89 and the lightness value of 950990 is 0.31.

The process color (four color CMYK) of #950990 color code is 0.00, 0.94, 0.03, 0.42. Web safe color of #950990 is #990099. Color #950990 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00001001 10010000
Octal 225 11 220
Decimal 149 9 144
Hex 95 9 90

RGB Percentages of Color #950990

%49.34
%2.98
%47.68

CMYK Percentages of Color #950990

%0
%94
%3
%42

Triadic Colors of #950990

#950990 #909509 #099095

Analogous Colors of #950990

#950990 #95094a #540995

Monochromatic Colors of #950990

#950990

Complementary Color

#950990 #09950e

#950990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#950990 Color CSS Codes

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

#950990 Text Font Color

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

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


#950990 Background Color

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

This div background color is #950990


#950990 Border Color

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

This div border color is #950990


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,9,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #950990; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #950990;
  -webkit-box-shadow: 1px 1px 3px 2px #950990;
  box-shadow:         1px 1px 3px 2px #950990; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950990


Comments

No comments written yet.

Please login to write comment.