Color Hex Logo

#965280 Color Hex

#965280
(150,82,128)
0 Favorites   0 Comments

Color spaces of #965280

RGB 15082128
HSL0.890.290.45
HSV319°45°59°
CMYK 0.000.450.15   0.41
XYZ19.491314.077122.1119
Yxy14.07710.35010.2528
Hunter Lab37.519527.0714-8.6786
CIE-Lab44.343334.7516-13.5178

#965280 color RGB value is (150,82,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010010 10000000
Octal 226 122 200
Decimal 150 82 128
Hex 96 52 80

RGB Percentages of Color #965280

%41.67
%22.78
%35.56

CMYK Percentages of Color #965280

%0
%45
%15
%41

Triadic Colors of #965280

#965280 #809652 #528096

Analogous Colors of #965280

#965280 #96525e #8a5296

Monochromatic Colors of #965280

#965280

Complementary Color

#965280 #529668

#965280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#965280 Color CSS Codes

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

#965280 Text Font Color

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

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


#965280 Background Color

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

This div background color is #965280


#965280 Border Color

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

This div border color is #965280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965280


Comments

No comments written yet.

Please login to write comment.