Color Hex Logo

#973396 Color Hex

#973396
(151,51,150)
0 Favorites   0 Comments

Color spaces of #973396

RGB 15151150
HSL0.840.500.40
HSV301°66°59°
CMYK 0.000.660.01   0.41
XYZ19.451311.149029.9809
Yxy11.14900.32110.1840
Hunter Lab33.390145.5519-29.8633
CIE-Lab39.830354.0024-33.8551

#973396 color RGB value is (151,51,150).

#973396 hex color red value is 151, green value is 51 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #973396 hue: 0.84 , saturation: 0.50 and the lightness value of 973396 is 0.40.

The process color (four color CMYK) of #973396 color hex is 0.00, 0.66, 0.01, 0.41. Web safe color of #973396 is #993399. Color #973396 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00110011 10010110
Octal 227 63 226
Decimal 151 51 150
Hex 97 33 96

RGB Percentages of Color #973396

%42.90
%14.49
%42.61

CMYK Percentages of Color #973396

%0
%66
%1
%41

Triadic Colors of #973396

#973396 #969733 #339697

Analogous Colors of #973396

#973396 #973364 #663397

Monochromatic Colors of #973396

#973396

Complementary Color

#973396 #339734

#973396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#973396 Color CSS Codes

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

#973396 Text Font Color

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

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


#973396 Background Color

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

This div background color is #973396


#973396 Border Color

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

This div border color is #973396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973396


Comments

No comments written yet.

Please login to write comment.