Color Hex Logo

#970b9e Color Hex

#970B9E
(151,11,158)
0 Favorites   0 Comments

Color spaces of #970b9e

RGB 15111158
HSL0.830.870.33
HSV297°93°62°
CMYK 0.040.930.00   0.38
XYZ19.05379.287333.1361
Yxy9.28730.30990.1511
Hunter Lab30.475158.2708-43.1345
CIE-Lab36.531766.1992-43.9555

#970b9e color RGB value is (151,11,158).

#970b9e hex color red value is 151, green value is 11 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #970b9e hue: 0.83 , saturation: 0.87 and the lightness value of 970b9e is 0.33.

The process color (four color CMYK) of #970b9e color hex is 0.04, 0.93, 0.00, 0.38. Web safe color of #970b9e is #990099. Color #970b9e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00001011 10011110
Octal 227 13 236
Decimal 151 11 158
Hex 97 B 9E

RGB Percentages of Color #970b9e

%47.19
%3.44
%49.38

CMYK Percentages of Color #970b9e

%4
%93
%0
%38

Triadic Colors of #970b9e

#970b9e #9e970b #0b9e97

Analogous Colors of #970b9e

#970b9e #9e0b5c #4e0b9e

Monochromatic Colors of #970b9e

#970b9e

Complementary Color

#970b9e #129e0b

#970b9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#970b9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#970b9e Color CSS Codes

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

#970b9e Text Font Color

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

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


#970b9e Background Color

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

This div background color is #970b9e


#970b9e Border Color

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

This div border color is #970b9e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,11,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #970b9e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #970b9e;
  -webkit-box-shadow: 1px 1px 3px 2px #970b9e;
  box-shadow:         1px 1px 3px 2px #970b9e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #970b9e


Comments

No comments written yet.

Please login to write comment.