Color Hex Logo

#976dae Color Hex

#976DAE
(151,109,174)
0 Favorites   0 Comments

Color spaces of #976dae

RGB 151109174
HSL0.770.290.55
HSV279°37°68°
CMYK 0.130.370.00   0.32
XYZ25.871120.572642.6517
Yxy20.57260.29040.2309
Hunter Lab45.357022.4394-24.0037
CIE-Lab52.478528.8716-28.2710

#976dae color RGB value is (151,109,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101101 10101110
Octal 227 155 256
Decimal 151 109 174
Hex 97 6D AE

RGB Percentages of Color #976dae

%34.79
%25.12
%40.09

CMYK Percentages of Color #976dae

%13
%37
%0
%32

Triadic Colors of #976dae

#976dae #ae976d #6dae97

Analogous Colors of #976dae

#976dae #ae6da5 #776dae

Monochromatic Colors of #976dae

#976dae

Complementary Color

#976dae #84ae6d

#976dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#976dae Color CSS Codes

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

#976dae Text Font Color

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

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


#976dae Background Color

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

This div background color is #976dae


#976dae Border Color

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

This div border color is #976dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976dae


Comments

No comments written yet.

Please login to write comment.