Color Hex Logo

#96507f Color Hex

#96507F
(150,80,127)
0 Favorites   0 Comments

Color spaces of #96507f

RGB 15080127
HSL0.890.300.45
HSV320°47°59°
CMYK 0.000.470.15   0.41
XYZ19.277113.753721.7174
Yxy13.75370.35210.2512
Hunter Lab37.086027.8829-8.7598
CIE-Lab43.877635.6748-13.6174

#96507f color RGB value is (150,80,127).

#96507f hex color red value is 150, green value is 80 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #96507f hue: 0.89 , saturation: 0.30 and the lightness value of 96507f is 0.45.

The process color (four color CMYK) of #96507f color hex is 0.00, 0.47, 0.15, 0.41. Web safe color of #96507f is #996666. Color #96507f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010000 01111111
Octal 226 120 177
Decimal 150 80 127
Hex 96 50 7F

RGB Percentages of Color #96507f

%42.02
%22.41
%35.57

CMYK Percentages of Color #96507f

%0
%47
%15
%41

Triadic Colors of #96507f

#96507f #7f9650 #507f96

Analogous Colors of #96507f

#96507f #96505c #8a5096

Monochromatic Colors of #96507f

#96507f

Complementary Color

#96507f #509667

#96507f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96507f Color Preview on White Background

Lorem ipsum dolor sit amet.

#96507f Color CSS Codes

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

#96507f Text Font Color

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

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


#96507f Background Color

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

This div background color is #96507f


#96507f Border Color

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

This div border color is #96507f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96507f


Comments

No comments written yet.

Please login to write comment.