Color Hex Logo

#973baf Color Hex

#973BAF
(151,59,175)
0 Favorites   0 Comments

Color spaces of #973baf

RGB 15159175
HSL0.800.500.46
HSV288°66°69°
CMYK 0.140.660.00   0.31
XYZ22.064312.802441.8656
Yxy12.80240.28750.1668
Hunter Lab35.780447.4577-44.3271
CIE-Lab42.464055.2939-44.6328

#973baf color RGB value is (151,59,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111011 10101111
Octal 227 73 257
Decimal 151 59 175
Hex 97 3B AF

RGB Percentages of Color #973baf

%39.22
%15.32
%45.45

CMYK Percentages of Color #973baf

%14
%66
%0
%31

Triadic Colors of #973baf

#973baf #af973b #3baf97

Analogous Colors of #973baf

#973baf #af3b8d #5d3baf

Monochromatic Colors of #973baf

#973baf

Complementary Color

#973baf #53af3b

#973baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#973baf Color CSS Codes

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

#973baf Text Font Color

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

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


#973baf Background Color

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

This div background color is #973baf


#973baf Border Color

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

This div border color is #973baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973baf


Comments

No comments written yet.

Please login to write comment.