Color Hex Logo

#950879 Color Hex

#950879
(149,8,121)
0 Favorites   0 Comments

Color spaces of #950879

RGB 1498121
HSL0.870.900.31
HSV312°95°58°
CMYK 0.000.950.19   0.42
XYZ15.93247.943718.7827
Yxy7.94370.37350.1862
Hunter Lab28.184651.5809-19.7827
CIE-Lab33.865460.7509-25.3596

#950879 color RGB value is (149,8,121).

#950879 hex color red value is 149, green value is 8 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #950879 hue: 0.87 , saturation: 0.90 and the lightness value of 950879 is 0.31.

The process color (four color CMYK) of #950879 color hex is 0.00, 0.95, 0.19, 0.42. Web safe color of #950879 is #990066. Color #950879 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00001000 01111001
Octal 225 10 171
Decimal 149 8 121
Hex 95 8 79

RGB Percentages of Color #950879

%53.60
%2.88
%43.53

CMYK Percentages of Color #950879

%0
%95
%19
%42

Triadic Colors of #950879

#950879 #799508 #087995

Analogous Colors of #950879

#950879 #950833 #6b0895

Monochromatic Colors of #950879

#950879

Complementary Color

#950879 #089524

#950879 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950879 Color Preview on White Background

Lorem ipsum dolor sit amet.

#950879 Color CSS Codes

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

#950879 Text Font Color

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

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


#950879 Background Color

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

This div background color is #950879


#950879 Border Color

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

This div border color is #950879


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950879


Comments

No comments written yet.

Please login to write comment.