Color Hex Logo

#976993 Color Hex

#976993
(151,105,147)
0 Favorites   0 Comments

Color spaces of #976993

RGB 151105147
HSL0.850.180.50
HSV305°30°59°
CMYK 0.000.300.03   0.41
XYZ23.080518.789030.0139
Yxy18.78900.32110.2614
Hunter Lab43.346319.1895-10.7113
CIE-Lab50.439425.5640-15.6112

#976993 color RGB value is (151,105,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101001 10010011
Octal 227 151 223
Decimal 151 105 147
Hex 97 69 93

RGB Percentages of Color #976993

%37.47
%26.05
%36.48

CMYK Percentages of Color #976993

%0
%30
%3
%41

Triadic Colors of #976993

#976993 #939769 #699397

Analogous Colors of #976993

#976993 #97697c #846997

Monochromatic Colors of #976993

#976993

Complementary Color

#976993 #69976d

#976993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#976993 Color CSS Codes

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

#976993 Text Font Color

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

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


#976993 Background Color

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

This div background color is #976993


#976993 Border Color

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

This div border color is #976993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976993


Comments

No comments written yet.

Please login to write comment.