Color Hex Logo

#976091 Color Hex

#976091
(151,96,145)
0 Favorites   0 Comments

Color spaces of #976091

RGB 15196145
HSL0.850.220.48
HSV307°36°59°
CMYK 0.000.360.04   0.41
XYZ22.056216.989428.9049
Yxy16.98940.32460.2500
Hunter Lab41.218223.3850-12.7253
CIE-Lab48.246730.3309-17.7685

#976091 color RGB value is (151,96,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01100000 10010001
Octal 227 140 221
Decimal 151 96 145
Hex 97 60 91

RGB Percentages of Color #976091

%38.52
%24.49
%36.99

CMYK Percentages of Color #976091

%0
%36
%4
%41

Triadic Colors of #976091

#976091 #919760 #609197

Analogous Colors of #976091

#976091 #976076 #826097

Monochromatic Colors of #976091

#976091

Complementary Color

#976091 #609766

#976091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#976091 Color CSS Codes

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

#976091 Text Font Color

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

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


#976091 Background Color

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

This div background color is #976091


#976091 Border Color

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

This div border color is #976091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976091


Comments

No comments written yet.

Please login to write comment.