Color Hex Logo

#971aae Color Hex

#971AAE
(151,26,174)
0 Favorites   0 Comments

Color spaces of #971aae

RGB 15126174
HSL0.810.740.39
HSV291°85°68°
CMYK 0.130.850.00   0.32
XYZ20.771910.374140.9520
Yxy10.37410.28810.1439
Hunter Lab32.208858.7515-52.8382
CIE-Lab38.505666.2348-50.3919

#971aae color RGB value is (151,26,174).

#971aae hex color red value is 151, green value is 26 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #971aae hue: 0.81 , saturation: 0.74 and the lightness value of 971aae is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00011010 10101110
Octal 227 32 256
Decimal 151 26 174
Hex 97 1A AE

RGB Percentages of Color #971aae

%43.02
%7.41
%49.57

CMYK Percentages of Color #971aae

%13
%85
%0
%32

Triadic Colors of #971aae

#971aae #ae971a #1aae97

Analogous Colors of #971aae

#971aae #ae1a7b #4d1aae

Monochromatic Colors of #971aae

#971aae

Complementary Color

#971aae #31ae1a

#971aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#971aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#971aae Color CSS Codes

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

#971aae Text Font Color

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

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


#971aae Background Color

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

This div background color is #971aae


#971aae Border Color

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

This div border color is #971aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #971aae


Comments

No comments written yet.

Please login to write comment.