Color Hex Logo

#970586 Color Hex

#970586
(151,5,134)
0 Favorites   0 Comments

Color spaces of #970586

RGB 1515134
HSL0.850.940.31
HSV307°97°59°
CMYK 0.000.970.11   0.41
XYZ17.11988.409123.2751
Yxy8.40910.35080.1723
Hunter Lab28.998454.6337-27.2892
CIE-Lab34.820863.3182-31.9622

#970586 color RGB value is (151,5,134).

#970586 hex color red value is 151, green value is 5 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #970586 hue: 0.85 , saturation: 0.94 and the lightness value of 970586 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00000101 10000110
Octal 227 5 206
Decimal 151 5 134
Hex 97 5 86

RGB Percentages of Color #970586

%52.07
%1.72
%46.21

CMYK Percentages of Color #970586

%0
%97
%11
%41

Triadic Colors of #970586

#970586 #869705 #058697

Analogous Colors of #970586

#970586 #97053d #5f0597

Monochromatic Colors of #970586

#970586

Complementary Color

#970586 #059716

#970586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#970586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#970586 Color CSS Codes

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

#970586 Text Font Color

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

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


#970586 Background Color

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

This div background color is #970586


#970586 Border Color

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

This div border color is #970586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #970586


Comments

No comments written yet.

Please login to write comment.