Color Hex Logo

#976793 Color Hex

#976793
(151,103,147)
0 Favorites   0 Comments

Color spaces of #976793

RGB 151103147
HSL0.850.190.50
HSV305°32°59°
CMYK 0.000.320.03   0.41
XYZ22.879218.386429.9468
Yxy18.38640.32130.2582
Hunter Lab42.879420.2036-11.3924
CIE-Lab49.961526.7147-16.3383

#976793 color RGB value is (151,103,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01100111 10010011
Octal 227 147 223
Decimal 151 103 147
Hex 97 67 93

RGB Percentages of Color #976793

%37.66
%25.69
%36.66

CMYK Percentages of Color #976793

%0
%32
%3
%41

Triadic Colors of #976793

#976793 #939767 #679397

Analogous Colors of #976793

#976793 #97677b #836797

Monochromatic Colors of #976793

#976793

Complementary Color

#976793 #67976b

#976793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#976793 Color CSS Codes

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

#976793 Text Font Color

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

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


#976793 Background Color

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

This div background color is #976793


#976793 Border Color

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

This div border color is #976793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976793


Comments

No comments written yet.

Please login to write comment.