Color Hex Logo

#973dad Color Hex

#973DAD
(151,61,173)
0 Favorites   0 Comments

Color spaces of #973dad

RGB 15161173
HSL0.800.480.46
HSV288°65°68°
CMYK 0.130.650.00   0.32
XYZ21.974112.933940.8735
Yxy12.93390.29000.1707
Hunter Lab35.963746.1283-42.2097
CIE-Lab42.663554.0147-43.1309

#973dad color RGB value is (151,61,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111101 10101101
Octal 227 75 255
Decimal 151 61 173
Hex 97 3D AD

RGB Percentages of Color #973dad

%39.22
%15.84
%44.94

CMYK Percentages of Color #973dad

%13
%65
%0
%32

Triadic Colors of #973dad

#973dad #ad973d #3dad97

Analogous Colors of #973dad

#973dad #ad3d8b #5f3dad

Monochromatic Colors of #973dad

#973dad

Complementary Color

#973dad #53ad3d

#973dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#973dad Color CSS Codes

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

#973dad Text Font Color

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

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


#973dad Background Color

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

This div background color is #973dad


#973dad Border Color

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

This div border color is #973dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973dad


Comments

No comments written yet.

Please login to write comment.