Color Hex Logo

#965099 Color Hex

#965099
(150,80,153)
0 Favorites   0 Comments

Color spaces of #965099

RGB 15080153
HSL0.830.310.46
HSV298°48°60°
CMYK 0.020.480.00   0.40
XYZ21.196114.521331.8227
Yxy14.52130.31380.2150
Hunter Lab38.106832.5998-22.8378
CIE-Lab44.971440.4013-27.6027

#965099 color RGB value is (150,80,153).

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

The process color (four color CMYK) of #965099 color hex is 0.02, 0.48, 0.00, 0.40. Web safe color of #965099 is #996699. Color #965099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010000 10011001
Octal 226 120 231
Decimal 150 80 153
Hex 96 50 99

RGB Percentages of Color #965099

%39.16
%20.89
%39.95

CMYK Percentages of Color #965099

%2
%48
%0
%40

Triadic Colors of #965099

#965099 #999650 #509996

Analogous Colors of #965099

#965099 #995078 #725099

Monochromatic Colors of #965099

#965099

Complementary Color

#965099 #539950

#965099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#965099 Color CSS Codes

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

#965099 Text Font Color

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

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


#965099 Background Color

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

This div background color is #965099


#965099 Border Color

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

This div border color is #965099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965099


Comments

No comments written yet.

Please login to write comment.