Color Hex Logo

#976990 Color Hex

#976990
(151,105,144)
0 Favorites   0 Comments

Color spaces of #976990

RGB 151105144
HSL0.860.180.50
HSV309°30°59°
CMYK 0.000.300.05   0.41
XYZ22.848118.696128.7900
Yxy18.69610.32490.2658
Hunter Lab43.239018.6537-9.2100
CIE-Lab50.329724.9863-14.0065

#976990 color RGB value is (151,105,144).

#976990 hex color red value is 151, green value is 105 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #976990 hue: 0.86 , saturation: 0.18 and the lightness value of 976990 is 0.50.

The process color (four color CMYK) of #976990 color hex is 0.00, 0.30, 0.05, 0.41. Web safe color of #976990 is #996699. Color #976990 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101001 10010000
Octal 227 151 220
Decimal 151 105 144
Hex 97 69 90

RGB Percentages of Color #976990

%37.75
%26.25
%36.00

CMYK Percentages of Color #976990

%0
%30
%5
%41

Triadic Colors of #976990

#976990 #909769 #699097

Analogous Colors of #976990

#976990 #976979 #876997

Monochromatic Colors of #976990

#976990

Complementary Color

#976990 #699770

#976990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#976990 Color CSS Codes

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

#976990 Text Font Color

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

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


#976990 Background Color

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

This div background color is #976990


#976990 Border Color

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

This div border color is #976990


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,105,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #976990; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #976990;
  -webkit-box-shadow: 1px 1px 3px 2px #976990;
  box-shadow:         1px 1px 3px 2px #976990; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,105,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #976990">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976990


Comments

No comments written yet.

Please login to write comment.