Color Hex Logo

#971bbe Color Hex

#971BBE
(151,27,190)
0 Favorites   0 Comments

Color spaces of #971bbe

RGB 15127190
HSL0.790.750.43
HSV286°86°75°
CMYK 0.210.860.00   0.25
XYZ22.448711.080949.6708
Yxy11.08090.26980.1332
Hunter Lab33.288062.1226-65.1682
CIE-Lab39.716468.9113-57.8981

#971bbe color RGB value is (151,27,190).

#971bbe hex color red value is 151, green value is 27 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #971bbe hue: 0.79 , saturation: 0.75 and the lightness value of 971bbe is 0.43.

The process color (four color CMYK) of #971bbe color hex is 0.21, 0.86, 0.00, 0.25. Web safe color of #971bbe is #9933cc. Color #971bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00011011 10111110
Octal 227 33 276
Decimal 151 27 190
Hex 97 1B BE

RGB Percentages of Color #971bbe

%41.03
%7.34
%51.63

CMYK Percentages of Color #971bbe

%21
%86
%0
%25

Triadic Colors of #971bbe

#971bbe #be971b #1bbe97

Analogous Colors of #971bbe

#971bbe #be1b94 #451bbe

Monochromatic Colors of #971bbe

#971bbe

Complementary Color

#971bbe #42be1b

#971bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#971bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#971bbe Color CSS Codes

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

#971bbe Text Font Color

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

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


#971bbe Background Color

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

This div background color is #971bbe


#971bbe Border Color

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

This div border color is #971bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #971bbe


Comments

No comments written yet.

Please login to write comment.