Color Hex Logo

#970598 Color Hex

#970598
(151,5,152)
0 Favorites   0 Comments

Color spaces of #970598

RGB 1515152
HSL0.830.940.31
HSV300°97°60°
CMYK 0.010.970.00   0.40
XYZ18.48438.954830.4600
Yxy8.95480.31930.1547
Hunter Lab29.924657.8908-39.4037
CIE-Lab35.897165.9897-41.3259

#970598 color RGB value is (151,5,152).

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

The process color (four color CMYK) of #970598 color hex is 0.01, 0.97, 0.00, 0.40. Web safe color of #970598 is #990099. Color #970598 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00000101 10011000
Octal 227 5 230
Decimal 151 5 152
Hex 97 5 98

RGB Percentages of Color #970598

%49.03
%1.62
%49.35

CMYK Percentages of Color #970598

%1
%97
%0
%40

Triadic Colors of #970598

#970598 #989705 #059897

Analogous Colors of #970598

#970598 #980550 #4e0598

Monochromatic Colors of #970598

#970598

Complementary Color

#970598 #069805

#970598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#970598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#970598 Color CSS Codes

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

#970598 Text Font Color

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

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


#970598 Background Color

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

This div background color is #970598


#970598 Border Color

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

This div border color is #970598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #970598


Comments

No comments written yet.

Please login to write comment.