Color Hex Logo

#956099 Color Hex

#956099
(149,96,153)
0 Favorites   0 Comments

Color spaces of #956099

RGB 14996153
HSL0.820.230.49
HSV296°37°60°
CMYK 0.030.370.00   0.40
XYZ22.327117.055232.2522
Yxy17.05520.31170.2381
Hunter Lab41.297924.2319-17.3948
CIE-Lab48.329531.2267-22.4074

#956099 color RGB value is (149,96,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01100000 10011001
Octal 225 140 231
Decimal 149 96 153
Hex 95 60 99

RGB Percentages of Color #956099

%37.44
%24.12
%38.44

CMYK Percentages of Color #956099

%3
%37
%0
%40

Triadic Colors of #956099

#956099 #999560 #609995

Analogous Colors of #956099

#956099 #996081 #796099

Monochromatic Colors of #956099

#956099

Complementary Color

#956099 #649960

#956099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#956099 Color CSS Codes

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

#956099 Text Font Color

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

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


#956099 Background Color

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

This div background color is #956099


#956099 Border Color

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

This div border color is #956099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956099


Comments

No comments written yet.

Please login to write comment.