Color Hex Logo

#976ead Color Hex

#976EAD
(151,110,173)
0 Favorites   0 Comments

Color spaces of #976ead

RGB 151110173
HSL0.780.280.55
HSV279°36°68°
CMYK 0.130.360.00   0.32
XYZ25.881320.748342.1759
Yxy20.74830.29140.2336
Hunter Lab45.550321.7092-23.0125
CIE-Lab52.672928.0763-27.3897

#976ead color RGB value is (151,110,173).

#976ead hex color red value is 151, green value is 110 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #976ead hue: 0.78 , saturation: 0.28 and the lightness value of 976ead is 0.55.

The process color (four color CMYK) of #976ead color hex is 0.13, 0.36, 0.00, 0.32. Web safe color of #976ead is #996699. Color #976ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101110 10101101
Octal 227 156 255
Decimal 151 110 173
Hex 97 6E AD

RGB Percentages of Color #976ead

%34.79
%25.35
%39.86

CMYK Percentages of Color #976ead

%13
%36
%0
%32

Triadic Colors of #976ead

#976ead #ad976e #6ead97

Analogous Colors of #976ead

#976ead #ad6ea4 #786ead

Monochromatic Colors of #976ead

#976ead

Complementary Color

#976ead #84ad6e

#976ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#976ead Color CSS Codes

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

#976ead Text Font Color

<p style="color:#976ead">Text here</p>

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


#976ead Background Color

<div style="background-color:#976ead">
Div content here</div>

This div background color is #976ead


#976ead Border Color

<div style="border:3px solid #976ead">
Div here</div>

This div border color is #976ead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,110,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #976ead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #976ead;
  -webkit-box-shadow: 1px 1px 3px 2px #976ead;
  box-shadow:         1px 1px 3px 2px #976ead; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976ead


Comments

No comments written yet.

Please login to write comment.