Color Hex Logo

#976cad Color Hex

#976CAD
(151,108,173)
0 Favorites   0 Comments

Color spaces of #976cad

RGB 151108173
HSL0.780.280.55
HSV280°38°68°
CMYK 0.130.380.00   0.32
XYZ25.667920.321642.1048
Yxy20.32160.29140.2307
Hunter Lab45.079522.7474-23.8220
CIE-Lab52.198929.2264-28.1250

#976cad color RGB value is (151,108,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101100 10101101
Octal 227 154 255
Decimal 151 108 173
Hex 97 6C AD

RGB Percentages of Color #976cad

%34.95
%25.00
%40.05

CMYK Percentages of Color #976cad

%13
%38
%0
%32

Triadic Colors of #976cad

#976cad #ad976c #6cad97

Analogous Colors of #976cad

#976cad #ad6ca3 #776cad

Monochromatic Colors of #976cad

#976cad

Complementary Color

#976cad #82ad6c

#976cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#976cad Color CSS Codes

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

#976cad Text Font Color

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

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


#976cad Background Color

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

This div background color is #976cad


#976cad Border Color

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

This div border color is #976cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976cad


Comments

No comments written yet.

Please login to write comment.