Color Hex Logo

#973aaf Color Hex

#973AAF
(151,58,175)
0 Favorites   0 Comments

Color spaces of #973aaf

RGB 15158175
HSL0.800.500.46
HSV288°67°69°
CMYK 0.140.670.00   0.31
XYZ22.013412.700641.8487
Yxy12.70060.28750.1659
Hunter Lab35.637947.8925-44.6762
CIE-Lab42.308655.7272-44.8811

#973aaf color RGB value is (151,58,175).

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

The process color (four color CMYK) of #973aaf color hex is 0.14, 0.67, 0.00, 0.31. Web safe color of #973aaf is #993399. Color #973aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111010 10101111
Octal 227 72 257
Decimal 151 58 175
Hex 97 3A AF

RGB Percentages of Color #973aaf

%39.32
%15.10
%45.57

CMYK Percentages of Color #973aaf

%14
%67
%0
%31

Triadic Colors of #973aaf

#973aaf #af973a #3aaf97

Analogous Colors of #973aaf

#973aaf #af3a8d #5d3aaf

Monochromatic Colors of #973aaf

#973aaf

Complementary Color

#973aaf #52af3a

#973aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#973aaf Color CSS Codes

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

#973aaf Text Font Color

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

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


#973aaf Background Color

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

This div background color is #973aaf


#973aaf Border Color

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

This div border color is #973aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973aaf


Comments

No comments written yet.

Please login to write comment.