Color Hex Logo

#971fad Color Hex

#971FAD
(151,31,173)
0 Favorites   0 Comments

Color spaces of #971fad

RGB 15131173
HSL0.810.700.40
HSV291°82°68°
CMYK 0.130.820.00   0.32
XYZ20.795310.576440.4806
Yxy10.57640.28940.1472
Hunter Lab32.521457.2267-51.0356
CIE-Lab38.857764.8306-49.2289

#971fad color RGB value is (151,31,173).

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

The process color (four color CMYK) of #971fad color hex is 0.13, 0.82, 0.00, 0.32. Web safe color of #971fad is #993399. Color #971fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00011111 10101101
Octal 227 37 255
Decimal 151 31 173
Hex 97 1F AD

RGB Percentages of Color #971fad

%42.54
%8.73
%48.73

CMYK Percentages of Color #971fad

%13
%82
%0
%32

Triadic Colors of #971fad

#971fad #ad971f #1fad97

Analogous Colors of #971fad

#971fad #ad1f7c #501fad

Monochromatic Colors of #971fad

#971fad

Complementary Color

#971fad #35ad1f

#971fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#971fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#971fad Color CSS Codes

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

#971fad Text Font Color

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

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


#971fad Background Color

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

This div background color is #971fad


#971fad Border Color

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

This div border color is #971fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #971fad


Comments

No comments written yet.

Please login to write comment.