Color Hex Logo

#975180 Color Hex

#975180
(151,81,128)
0 Favorites   0 Comments

Color spaces of #975180

RGB 15181128
HSL0.890.300.45
HSV320°46°59°
CMYK 0.000.460.15   0.41
XYZ19.601214.022722.0956
Yxy14.02270.35180.2517
Hunter Lab37.446927.9020-8.7713
CIE-Lab44.265535.6402-13.6231

#975180 color RGB value is (151,81,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010001 10000000
Octal 227 121 200
Decimal 151 81 128
Hex 97 51 80

RGB Percentages of Color #975180

%41.94
%22.50
%35.56

CMYK Percentages of Color #975180

%0
%46
%15
%41

Triadic Colors of #975180

#975180 #809751 #518097

Analogous Colors of #975180

#975180 #97515d #8b5197

Monochromatic Colors of #975180

#975180

Complementary Color

#975180 #519768

#975180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#975180 Color CSS Codes

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

#975180 Text Font Color

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

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


#975180 Background Color

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

This div background color is #975180


#975180 Border Color

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

This div border color is #975180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975180


Comments

No comments written yet.

Please login to write comment.