Color Hex Logo

#975489 Color Hex

#975489
(151,84,137)
0 Favorites   0 Comments

Color spaces of #975489

RGB 15184137
HSL0.870.290.46
HSV313°44°59°
CMYK 0.000.440.09   0.41
XYZ20.448214.726125.4316
Yxy14.72610.33740.2430
Hunter Lab38.374627.9595-12.4304
CIE-Lab45.256735.5626-17.5539

#975489 color RGB value is (151,84,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010100 10001001
Octal 227 124 211
Decimal 151 84 137
Hex 97 54 89

RGB Percentages of Color #975489

%40.59
%22.58
%36.83

CMYK Percentages of Color #975489

%0
%44
%9
%41

Triadic Colors of #975489

#975489 #899754 #548997

Analogous Colors of #975489

#975489 #975468 #845497

Monochromatic Colors of #975489

#975489

Complementary Color

#975489 #549762

#975489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#975489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#975489 Color CSS Codes

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

#975489 Text Font Color

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

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


#975489 Background Color

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

This div background color is #975489


#975489 Border Color

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

This div border color is #975489


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,84,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #975489


Comments

No comments written yet.

Please login to write comment.