Color Hex Logo

#973bad Color Hex

#973BAD
(151,59,173)
0 Favorites   0 Comments

Color spaces of #973bad

RGB 15159173
HSL0.800.490.45
HSV288°66°68°
CMYK 0.130.660.00   0.32
XYZ21.869312.724440.8386
Yxy12.72440.28990.1687
Hunter Lab35.671347.0098-42.9088
CIE-Lab42.345054.8988-43.6389

#973bad color RGB value is (151,59,173).

#973bad hex color red value is 151, green value is 59 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #973bad hue: 0.80 , saturation: 0.49 and the lightness value of 973bad is 0.45.

The process color (four color CMYK) of #973bad color hex is 0.13, 0.66, 0.00, 0.32. Web safe color of #973bad is #993399. Color #973bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111011 10101101
Octal 227 73 255
Decimal 151 59 173
Hex 97 3B AD

RGB Percentages of Color #973bad

%39.43
%15.40
%45.17

CMYK Percentages of Color #973bad

%13
%66
%0
%32

Triadic Colors of #973bad

#973bad #ad973b #3bad97

Analogous Colors of #973bad

#973bad #ad3b8a #5e3bad

Monochromatic Colors of #973bad

#973bad

Complementary Color

#973bad #51ad3b

#973bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#973bad Color CSS Codes

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

#973bad Text Font Color

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

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


#973bad Background Color

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

This div background color is #973bad


#973bad Border Color

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

This div border color is #973bad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,59,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #973bad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #973bad;
  -webkit-box-shadow: 1px 1px 3px 2px #973bad;
  box-shadow:         1px 1px 3px 2px #973bad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973bad


Comments

No comments written yet.

Please login to write comment.