Color Hex Logo

#970baa Color Hex

#970BAA
(151,11,170)
0 Favorites   0 Comments

Color spaces of #970baa

RGB 15111170
HSL0.810.880.35
HSV293°94°67°
CMYK 0.110.940.00   0.33
XYZ20.13799.720938.8452
Yxy9.72090.29310.1415
Hunter Lab31.178460.7299-52.0447
CIE-Lab37.336868.1772-49.8878

#970baa color RGB value is (151,11,170).

#970baa hex color red value is 151, green value is 11 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #970baa hue: 0.81 , saturation: 0.88 and the lightness value of 970baa is 0.35.

The process color (four color CMYK) of #970baa color hex is 0.11, 0.94, 0.00, 0.33. Web safe color of #970baa is #990099. Color #970baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00001011 10101010
Octal 227 13 252
Decimal 151 11 170
Hex 97 B AA

RGB Percentages of Color #970baa

%45.48
%3.31
%51.20

CMYK Percentages of Color #970baa

%11
%94
%0
%33

Triadic Colors of #970baa

#970baa #aa970b #0baa97

Analogous Colors of #970baa

#970baa #aa0b6e #480baa

Monochromatic Colors of #970baa

#970baa

Complementary Color

#970baa #1eaa0b

#970baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#970baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#970baa Color CSS Codes

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

#970baa Text Font Color

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

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


#970baa Background Color

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

This div background color is #970baa


#970baa Border Color

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

This div border color is #970baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #970baa


Comments

No comments written yet.

Please login to write comment.