Color Hex Logo

#972489 Color Hex

#972489
(151,36,137)
0 Favorites   0 Comments

Color spaces of #972489

RGB 15136137
HSL0.850.610.37
HSV307°76°59°
CMYK 0.000.760.09   0.41
XYZ17.90879.647224.5851
Yxy9.64720.34350.1850
Hunter Lab31.059948.5655-25.1883
CIE-Lab37.201657.3281-30.0599

#972489 color RGB value is (151,36,137).

#972489 hex color red value is 151, green value is 36 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #972489 hue: 0.85 , saturation: 0.61 and the lightness value of 972489 is 0.37.

The process color (four color CMYK) of #972489 color hex is 0.00, 0.76, 0.09, 0.41. Web safe color of #972489 is #993399. Color #972489 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00100100 10001001
Octal 227 44 211
Decimal 151 36 137
Hex 97 24 89

RGB Percentages of Color #972489

%46.60
%11.11
%42.28

CMYK Percentages of Color #972489

%0
%76
%9
%41

Triadic Colors of #972489

#972489 #899724 #248997

Analogous Colors of #972489

#972489 #972450 #6c2497

Monochromatic Colors of #972489

#972489

Complementary Color

#972489 #249732

#972489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#972489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#972489 Color CSS Codes

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

#972489 Text Font Color

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

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


#972489 Background Color

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

This div background color is #972489


#972489 Border Color

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

This div border color is #972489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #972489


Comments

No comments written yet.

Please login to write comment.