Color Hex Logo

#970fbb Color Hex

#970FBB
(151,15,187)
0 Favorites   0 Comments

Color spaces of #970fbb

RGB 15115187
HSL0.800.850.40
HSV287°92°73°
CMYK 0.190.920.00   0.27
XYZ21.903010.508847.8877
Yxy10.50880.27280.1309
Hunter Lab32.417363.8747-64.8927
CIE-Lab38.740570.5927-57.7158

#970fbb color RGB value is (151,15,187).

#970fbb hex color red value is 151, green value is 15 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #970fbb hue: 0.80 , saturation: 0.85 and the lightness value of 970fbb is 0.40.

The process color (four color CMYK) of #970fbb color hex is 0.19, 0.92, 0.00, 0.27. Web safe color of #970fbb is #9900cc. Color #970fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00001111 10111011
Octal 227 17 273
Decimal 151 15 187
Hex 97 F BB

RGB Percentages of Color #970fbb

%42.78
%4.25
%52.97

CMYK Percentages of Color #970fbb

%19
%92
%0
%27

Triadic Colors of #970fbb

#970fbb #bb970f #0fbb97

Analogous Colors of #970fbb

#970fbb #bb0f89 #410fbb

Monochromatic Colors of #970fbb

#970fbb

Complementary Color

#970fbb #33bb0f

#970fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#970fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#970fbb Color CSS Codes

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

#970fbb Text Font Color

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

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


#970fbb Background Color

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

This div background color is #970fbb


#970fbb Border Color

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

This div border color is #970fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #970fbb


Comments

No comments written yet.

Please login to write comment.