Color Hex Logo

#976fae Color Hex

#976FAE
(151,111,174)
0 Favorites   0 Comments

Color spaces of #976fae

RGB 151111174
HSL0.770.280.56
HSV278°36°68°
CMYK 0.130.360.00   0.32
XYZ26.086921.004242.7237
Yxy21.00420.29050.2339
Hunter Lab45.830321.4002-23.1898
CIE-Lab52.954127.7202-27.5334

#976fae color RGB value is (151,111,174).

#976fae hex color red value is 151, green value is 111 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #976fae hue: 0.77 , saturation: 0.28 and the lightness value of 976fae is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101111 10101110
Octal 227 157 256
Decimal 151 111 174
Hex 97 6F AE

RGB Percentages of Color #976fae

%34.63
%25.46
%39.91

CMYK Percentages of Color #976fae

%13
%36
%0
%32

Triadic Colors of #976fae

#976fae #ae976f #6fae97

Analogous Colors of #976fae

#976fae #ae6fa6 #786fae

Monochromatic Colors of #976fae

#976fae

Complementary Color

#976fae #86ae6f

#976fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#976fae Color CSS Codes

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

#976fae Text Font Color

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

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


#976fae Background Color

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

This div background color is #976fae


#976fae Border Color

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

This div border color is #976fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976fae


Comments

No comments written yet.

Please login to write comment.