Color Hex Logo

#971baf Color Hex

#971BAF
(151,27,175)
0 Favorites   0 Comments

Color spaces of #971baf

RGB 15127175
HSL0.810.730.40
HSV290°85°69°
CMYK 0.140.850.00   0.31
XYZ20.892310.458341.4750
Yxy10.45830.28690.1436
Hunter Lab32.339358.7234-53.4017
CIE-Lab38.652766.1817-50.7503

#971baf color RGB value is (151,27,175).

#971baf hex color red value is 151, green value is 27 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #971baf hue: 0.81 , saturation: 0.73 and the lightness value of 971baf is 0.40.

The process color (four color CMYK) of #971baf color hex is 0.14, 0.85, 0.00, 0.31. Web safe color of #971baf is #993399. Color #971baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00011011 10101111
Octal 227 33 257
Decimal 151 27 175
Hex 97 1B AF

RGB Percentages of Color #971baf

%42.78
%7.65
%49.58

CMYK Percentages of Color #971baf

%14
%85
%0
%31

Triadic Colors of #971baf

#971baf #af971b #1baf97

Analogous Colors of #971baf

#971baf #af1b7d #4d1baf

Monochromatic Colors of #971baf

#971baf

Complementary Color

#971baf #33af1b

#971baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#971baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#971baf Color CSS Codes

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

#971baf Text Font Color

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

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


#971baf Background Color

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

This div background color is #971baf


#971baf Border Color

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

This div border color is #971baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #971baf


Comments

No comments written yet.

Please login to write comment.