Color Hex Logo

#973dae Color Hex

#973DAE
(151,61,174)
0 Favorites   0 Comments

Color spaces of #973dae

RGB 15161174
HSL0.800.480.46
HSV288°65°68°
CMYK 0.130.650.00   0.32
XYZ22.071212.972841.3851
Yxy12.97280.28880.1697
Hunter Lab36.017846.3513-42.9129
CIE-Lab42.722254.2128-43.6291

#973dae color RGB value is (151,61,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111101 10101110
Octal 227 75 256
Decimal 151 61 174
Hex 97 3D AE

RGB Percentages of Color #973dae

%39.12
%15.80
%45.08

CMYK Percentages of Color #973dae

%13
%65
%0
%32

Triadic Colors of #973dae

#973dae #ae973d #3dae97

Analogous Colors of #973dae

#973dae #ae3d8d #5f3dae

Monochromatic Colors of #973dae

#973dae

Complementary Color

#973dae #54ae3d

#973dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#973dae Color CSS Codes

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

#973dae Text Font Color

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

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


#973dae Background Color

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

This div background color is #973dae


#973dae Border Color

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

This div border color is #973dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973dae


Comments

No comments written yet.

Please login to write comment.