Color Hex Logo

#971aff Color Hex

#971AFF
(151,26,255)
0 Favorites   0 Comments

Color spaces of #971aff

RGB 15126255
HSL0.761.000.55
HSV273°90°100°
CMYK 0.410.900.00   0.00
XYZ31.181914.538195.7704
Yxy14.53810.22040.1027
Hunter Lab38.128979.2523-122.2318
CIE-Lab44.994981.9364-86.4620

#971aff color RGB value is (151,26,255).

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

The process color (four color CMYK) of #971aff color hex is 0.41, 0.90, 0.00, 0.00. Web safe color of #971aff is #9933ff. Color #971aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00011010 11111111
Octal 227 32 377
Decimal 151 26 255
Hex 97 1A FF

RGB Percentages of Color #971aff

%34.95
%6.02
%59.03

CMYK Percentages of Color #971aff

%41
%90
%0
%0

Triadic Colors of #971aff

#971aff #ff971a #1aff97

Analogous Colors of #971aff

#971aff #ff1af5 #251aff

Monochromatic Colors of #971aff

#971aff

Complementary Color

#971aff #82ff1a

#971aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#971aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#971aff Color CSS Codes

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

#971aff Text Font Color

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

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


#971aff Background Color

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

This div background color is #971aff


#971aff Border Color

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

This div border color is #971aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #971aff


Comments

No comments written yet.

Please login to write comment.