Color Hex Logo

#971ffb Color Hex

#971FFB
(151,31,251)
0 Favorites   0 Comments

Color spaces of #971ffb

RGB 15131251
HSL0.760.960.55
HSV273°88°98°
CMYK 0.400.880.00   0.02
XYZ30.665114.524392.4540
Yxy14.52430.22280.1055
Hunter Lab38.110876.9328-117.1558
CIE-Lab44.975680.1038-84.2573

#971ffb color RGB value is (151,31,251).

#971ffb hex color red value is 151, green value is 31 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #971ffb hue: 0.76 , saturation: 0.96 and the lightness value of 971ffb is 0.55.

The process color (four color CMYK) of #971ffb color hex is 0.40, 0.88, 0.00, 0.02. Web safe color of #971ffb is #9933ff. Color #971ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00011111 11111011
Octal 227 37 373
Decimal 151 31 251
Hex 97 1F FB

RGB Percentages of Color #971ffb

%34.87
%7.16
%57.97

CMYK Percentages of Color #971ffb

%40
%88
%0
%2

Triadic Colors of #971ffb

#971ffb #fb971f #1ffb97

Analogous Colors of #971ffb

#971ffb #fb1ff1 #291ffb

Monochromatic Colors of #971ffb

#971ffb

Complementary Color

#971ffb #83fb1f

#971ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#971ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#971ffb Color CSS Codes

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

#971ffb Text Font Color

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

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


#971ffb Background Color

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

This div background color is #971ffb


#971ffb Border Color

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

This div border color is #971ffb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,31,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #971ffb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #971ffb;
  -webkit-box-shadow: 1px 1px 3px 2px #971ffb;
  box-shadow:         1px 1px 3px 2px #971ffb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #971ffb


Comments

No comments written yet.

Please login to write comment.