Color Hex Logo

#8972ad Color Hex

#8972AD
(137,114,173)
0 Favorites   0 Comments

Color spaces of #8972ad

RGB 137114173
HSL0.730.260.56
HSV263°34°68°
CMYK 0.210.340.00   0.32
XYZ23.876720.370142.2086
Yxy20.37010.27620.2356
Hunter Lab45.133215.4481-23.8547
CIE-Lab52.253121.2930-28.1511

#8972ad color RGB value is (137,114,173).

#8972ad hex color red value is 137, green value is 114 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8972ad hue: 0.73 , saturation: 0.26 and the lightness value of 8972ad is 0.56.

The process color (four color CMYK) of #8972ad color hex is 0.21, 0.34, 0.00, 0.32. Web safe color of #8972ad is #996699. Color #8972ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110010 10101101
Octal 211 162 255
Decimal 137 114 173
Hex 89 72 AD

RGB Percentages of Color #8972ad

%32.31
%26.89
%40.80

CMYK Percentages of Color #8972ad

%21
%34
%0
%32

Triadic Colors of #8972ad

#8972ad #ad8972 #72ad89

Analogous Colors of #8972ad

#8972ad #a772ad #7279ad

Monochromatic Colors of #8972ad

#8972ad

Complementary Color

#8972ad #96ad72

#8972ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8972ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8972ad Color CSS Codes

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

#8972ad Text Font Color

<p style="color:#8972ad">Text here</p>

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


#8972ad Background Color

<div style="background-color:#8972ad">
Div content here</div>

This div background color is #8972ad


#8972ad Border Color

<div style="border:3px solid #8972ad">
Div here</div>

This div border color is #8972ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,114,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8972ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8972ad;
  -webkit-box-shadow: 1px 1px 3px 2px #8972ad;
  box-shadow:         1px 1px 3px 2px #8972ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,114,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 #8972ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8972ad


Comments

No comments written yet.

Please login to write comment.