Color Hex Logo

#965288 Color Hex

#965288
(150,82,136)
0 Favorites   0 Comments

Color spaces of #965288

RGB 15082136
HSL0.870.290.45
HSV312°45°59°
CMYK 0.000.450.09   0.41
XYZ20.038914.296224.9958
Yxy14.29620.33770.2410
Hunter Lab37.810328.4343-12.7285
CIE-Lab44.654836.1449-17.8842

#965288 color RGB value is (150,82,136).

#965288 hex color red value is 150, green value is 82 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #965288 hue: 0.87 , saturation: 0.29 and the lightness value of 965288 is 0.45.

The process color (four color CMYK) of #965288 color hex is 0.00, 0.45, 0.09, 0.41. Web safe color of #965288 is #996699. Color #965288 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010010 10001000
Octal 226 122 210
Decimal 150 82 136
Hex 96 52 88

RGB Percentages of Color #965288

%40.76
%22.28
%36.96

CMYK Percentages of Color #965288

%0
%45
%9
%41

Triadic Colors of #965288

#965288 #889652 #528896

Analogous Colors of #965288

#965288 #965266 #825296

Monochromatic Colors of #965288

#965288

Complementary Color

#965288 #529660

#965288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#965288 Color CSS Codes

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

#965288 Text Font Color

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

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


#965288 Background Color

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

This div background color is #965288


#965288 Border Color

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

This div border color is #965288


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,82,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965288


Comments

No comments written yet.

Please login to write comment.