Color Hex Logo

#970080 Color Hex

#970080
(151,0,128)
0 Favorites   0 Comments

Color spaces of #970080

RGB 1510128
HSL0.861.000.30
HSV309°100°59°
CMYK 0.001.000.15   0.41
XYZ16.65888.137821.1148
Yxy8.13780.36280.1773
Hunter Lab28.526854.3166-23.9161
CIE-Lab34.268263.1421-29.0943

#970080 color RGB value is (151,0,128).

#970080 hex color red value is 151, green value is 0 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #970080 hue: 0.86 , saturation: 1.00 and the lightness value of 970080 is 0.30.

The process color (four color CMYK) of #970080 color hex is 0.00, 1.00, 0.15, 0.41. Web safe color of #970080 is #990099. Color #970080 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00000000 10000000
Octal 227 0 200
Decimal 151 0 128
Hex 97 0 80

RGB Percentages of Color #970080

%54.12
%0.00
%45.88

CMYK Percentages of Color #970080

%0
%100
%15
%41

Triadic Colors of #970080

#970080 #809700 #008097

Analogous Colors of #970080

#970080 #970034 #620097

Monochromatic Colors of #970080

#970080

Complementary Color

#970080 #009717

#970080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#970080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#970080 Color CSS Codes

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

#970080 Text Font Color

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

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


#970080 Background Color

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

This div background color is #970080


#970080 Border Color

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

This div border color is #970080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #970080


Comments

No comments written yet.

Please login to write comment.