Color Hex Logo

#971daa Color Hex

#971DAA
(151,29,170)
0 Favorites   0 Comments

Color spaces of #971daa

RGB 15129170
HSL0.810.710.39
HSV292°83°67°
CMYK 0.110.830.00   0.33
XYZ20.457610.360338.9517
Yxy10.36030.29320.1485
Hunter Lab32.187457.1226-49.2188
CIE-Lab38.481564.8123-48.0437

#971daa color RGB value is (151,29,170).

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

The process color (four color CMYK) of #971daa color hex is 0.11, 0.83, 0.00, 0.33. Web safe color of #971daa is #993399. Color #971daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00011101 10101010
Octal 227 35 252
Decimal 151 29 170
Hex 97 1D AA

RGB Percentages of Color #971daa

%43.14
%8.29
%48.57

CMYK Percentages of Color #971daa

%11
%83
%0
%33

Triadic Colors of #971daa

#971daa #aa971d #1daa97

Analogous Colors of #971daa

#971daa #aa1d77 #511daa

Monochromatic Colors of #971daa

#971daa

Complementary Color

#971daa #30aa1d

#971daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#971daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#971daa Color CSS Codes

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

#971daa Text Font Color

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

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


#971daa Background Color

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

This div background color is #971daa


#971daa Border Color

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

This div border color is #971daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #971daa


Comments

No comments written yet.

Please login to write comment.