Color Hex Logo

#971587 Color Hex

#971587
(151,21,135)
0 Favorites   0 Comments

Color spaces of #971587

RGB 15121135
HSL0.850.760.34
HSV307°86°59°
CMYK 0.000.860.11   0.41
XYZ17.40388.864923.7155
Yxy8.86490.34820.1774
Hunter Lab29.774052.2342-26.3837
CIE-Lab35.722960.9826-31.1564

#971587 color RGB value is (151,21,135).

#971587 hex color red value is 151, green value is 21 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #971587 hue: 0.85 , saturation: 0.76 and the lightness value of 971587 is 0.34.

The process color (four color CMYK) of #971587 color hex is 0.00, 0.86, 0.11, 0.41. Web safe color of #971587 is #990099. Color #971587 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00010101 10000111
Octal 227 25 207
Decimal 151 21 135
Hex 97 15 87

RGB Percentages of Color #971587

%49.19
%6.84
%43.97

CMYK Percentages of Color #971587

%0
%86
%11
%41

Triadic Colors of #971587

#971587 #879715 #158797

Analogous Colors of #971587

#971587 #971546 #661597

Monochromatic Colors of #971587

#971587

Complementary Color

#971587 #159725

#971587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#971587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#971587 Color CSS Codes

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

#971587 Text Font Color

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

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


#971587 Background Color

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

This div background color is #971587


#971587 Border Color

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

This div border color is #971587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #971587


Comments

No comments written yet.

Please login to write comment.