Color Hex Logo

#976791 Color Hex

#976791
(151,103,145)
0 Favorites   0 Comments

Color spaces of #976791

RGB 151103145
HSL0.850.190.50
HSV308°32°59°
CMYK 0.000.320.04   0.41
XYZ22.723618.324129.1273
Yxy18.32410.32380.2611
Hunter Lab42.806719.8438-10.3785
CIE-Lab49.886926.3295-15.2694

#976791 color RGB value is (151,103,145).

#976791 hex color red value is 151, green value is 103 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #976791 hue: 0.85 , saturation: 0.19 and the lightness value of 976791 is 0.50.

The process color (four color CMYK) of #976791 color hex is 0.00, 0.32, 0.04, 0.41. Web safe color of #976791 is #996699. Color #976791 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01100111 10010001
Octal 227 147 221
Decimal 151 103 145
Hex 97 67 91

RGB Percentages of Color #976791

%37.84
%25.81
%36.34

CMYK Percentages of Color #976791

%0
%32
%4
%41

Triadic Colors of #976791

#976791 #919767 #679197

Analogous Colors of #976791

#976791 #976779 #856797

Monochromatic Colors of #976791

#976791

Complementary Color

#976791 #67976d

#976791 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976791 Color Preview on White Background

Lorem ipsum dolor sit amet.

#976791 Color CSS Codes

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

#976791 Text Font Color

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

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


#976791 Background Color

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

This div background color is #976791


#976791 Border Color

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

This div border color is #976791


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976791


Comments

No comments written yet.

Please login to write comment.