Color Hex Logo

#973fae Color Hex

#973FAE
(151,63,174)
0 Favorites   0 Comments

Color spaces of #973fae

RGB 15163174
HSL0.800.470.46
HSV288°64°68°
CMYK 0.130.640.00   0.32
XYZ22.180013.190341.4214
Yxy13.19030.28880.1718
Hunter Lab36.318545.4542-42.1977
CIE-Lab43.048653.3103-43.1087

#973fae color RGB value is (151,63,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111111 10101110
Octal 227 77 256
Decimal 151 63 174
Hex 97 3F AE

RGB Percentages of Color #973fae

%38.92
%16.24
%44.85

CMYK Percentages of Color #973fae

%13
%64
%0
%32

Triadic Colors of #973fae

#973fae #ae973f #3fae97

Analogous Colors of #973fae

#973fae #ae3f8e #603fae

Monochromatic Colors of #973fae

#973fae

Complementary Color

#973fae #56ae3f

#973fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#973fae Color CSS Codes

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

#973fae Text Font Color

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

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


#973fae Background Color

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

This div background color is #973fae


#973fae Border Color

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

This div border color is #973fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973fae


Comments

No comments written yet.

Please login to write comment.