Color Hex Logo

#972daa Color Hex

#972DAA
(151,45,170)
0 Favorites   0 Comments

Color spaces of #972daa

RGB 15145170
HSL0.810.580.42
HSV291°74°67°
CMYK 0.110.740.00   0.33
XYZ20.956611.358439.1181
Yxy11.35840.29340.1590
Hunter Lab33.702252.0154-45.2262
CIE-Lab40.177759.9178-45.3211

#972daa color RGB value is (151,45,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00101101 10101010
Octal 227 55 252
Decimal 151 45 170
Hex 97 2D AA

RGB Percentages of Color #972daa

%41.26
%12.30
%46.45

CMYK Percentages of Color #972daa

%11
%74
%0
%33

Triadic Colors of #972daa

#972daa #aa972d #2daa97

Analogous Colors of #972daa

#972daa #aa2d7f #592daa

Monochromatic Colors of #972daa

#972daa

Complementary Color

#972daa #40aa2d

#972daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#972daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#972daa Color CSS Codes

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

#972daa Text Font Color

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

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


#972daa Background Color

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

This div background color is #972daa


#972daa Border Color

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

This div border color is #972daa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,45,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 #972daa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #972daa


Comments

No comments written yet.

Please login to write comment.