Color Hex Logo

#950599 Color Hex

#950599
(149,5,153)
0 Favorites   0 Comments

Color spaces of #950599

RGB 1495153
HSL0.830.940.31
HSV298°97°60°
CMYK 0.030.970.00   0.40
XYZ18.19858.798030.8760
Yxy8.79800.31450.1520
Hunter Lab29.661457.6096-40.9548
CIE-Lab35.592465.8023-42.4440

#950599 color RGB value is (149,5,153).

#950599 hex color red value is 149, green value is 5 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #950599 hue: 0.83 , saturation: 0.94 and the lightness value of 950599 is 0.31.

The process color (four color CMYK) of #950599 color hex is 0.03, 0.97, 0.00, 0.40. Web safe color of #950599 is #990099. Color #950599 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00000101 10011001
Octal 225 5 231
Decimal 149 5 153
Hex 95 5 99

RGB Percentages of Color #950599

%48.53
%1.63
%49.84

CMYK Percentages of Color #950599

%3
%97
%0
%40

Triadic Colors of #950599

#950599 #999505 #059995

Analogous Colors of #950599

#950599 #990553 #4b0599

Monochromatic Colors of #950599

#950599

Complementary Color

#950599 #099905

#950599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#950599 Color CSS Codes

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

#950599 Text Font Color

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

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


#950599 Background Color

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

This div background color is #950599


#950599 Border Color

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

This div border color is #950599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950599


Comments

No comments written yet.

Please login to write comment.