Color Hex Logo

#975380 Color Hex

#975380
(151,83,128)
0 Favorites   0 Comments

Color spaces of #975380

RGB 15183128
HSL0.890.290.46
HSV320°45°59°
CMYK 0.000.450.15   0.41
XYZ19.752014.324322.1459
Yxy14.32430.35130.2548
Hunter Lab37.847526.9233-8.1995
CIE-Lab44.694534.5467-12.9725

#975380 color RGB value is (151,83,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010011 10000000
Octal 227 123 200
Decimal 151 83 128
Hex 97 53 80

RGB Percentages of Color #975380

%41.71
%22.93
%35.36

CMYK Percentages of Color #975380

%0
%45
%15
%41

Triadic Colors of #975380

#975380 #809753 #538097

Analogous Colors of #975380

#975380 #97535e #8c5397

Monochromatic Colors of #975380

#975380

Complementary Color

#975380 #53976a

#975380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#975380 Color CSS Codes

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

#975380 Text Font Color

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

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


#975380 Background Color

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

This div background color is #975380


#975380 Border Color

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

This div border color is #975380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975380


Comments

No comments written yet.

Please login to write comment.