Color Hex Logo

#956799 Color Hex

#956799
(149,103,153)
0 Favorites   0 Comments

Color spaces of #956799

RGB 149103153
HSL0.820.200.50
HSV295°33°60°
CMYK 0.030.330.00   0.40
XYZ22.994418.390032.4747
Yxy18.39000.31130.2490
Hunter Lab42.883620.6664-14.8804
CIE-Lab49.965827.2173-19.8922

#956799 color RGB value is (149,103,153).

#956799 hex color red value is 149, green value is 103 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #956799 hue: 0.82 , saturation: 0.20 and the lightness value of 956799 is 0.50.

The process color (four color CMYK) of #956799 color hex is 0.03, 0.33, 0.00, 0.40. Web safe color of #956799 is #996699. Color #956799 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01100111 10011001
Octal 225 147 231
Decimal 149 103 153
Hex 95 67 99

RGB Percentages of Color #956799

%36.79
%25.43
%37.78

CMYK Percentages of Color #956799

%3
%33
%0
%40

Triadic Colors of #956799

#956799 #999567 #679995

Analogous Colors of #956799

#956799 #996784 #7c6799

Monochromatic Colors of #956799

#956799

Complementary Color

#956799 #6b9967

#956799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#956799 Color CSS Codes

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

#956799 Text Font Color

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

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


#956799 Background Color

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

This div background color is #956799


#956799 Border Color

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

This div border color is #956799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956799


Comments

No comments written yet.

Please login to write comment.