Color Hex Logo

#965199 Color Hex

#965199
(150,81,153)
0 Favorites   0 Comments

Color spaces of #965199

RGB 15081153
HSL0.830.310.46
HSV298°47°60°
CMYK 0.020.470.00   0.40
XYZ21.269914.668831.8473
Yxy14.66880.31380.2164
Hunter Lab38.299932.1055-22.4912
CIE-Lab45.177239.8660-27.2822

#965199 color RGB value is (150,81,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010001 10011001
Octal 226 121 231
Decimal 150 81 153
Hex 96 51 99

RGB Percentages of Color #965199

%39.06
%21.09
%39.84

CMYK Percentages of Color #965199

%2
%47
%0
%40

Triadic Colors of #965199

#965199 #999651 #519996

Analogous Colors of #965199

#965199 #995178 #725199

Monochromatic Colors of #965199

#965199

Complementary Color

#965199 #549951

#965199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#965199 Color CSS Codes

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

#965199 Text Font Color

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

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


#965199 Background Color

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

This div background color is #965199


#965199 Border Color

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

This div border color is #965199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965199


Comments

No comments written yet.

Please login to write comment.