Color Hex Logo

#973cbb Color Hex

#973CBB
(151,60,187)
0 Favorites   0 Comments

Color spaces of #973cbb

RGB 15160187
HSL0.790.510.48
HSV283°68°73°
CMYK 0.190.680.00   0.27
XYZ23.348013.398948.3694
Yxy13.39890.27430.1574
Hunter Lab36.604549.7974-52.7230
CIE-Lab43.358257.2869-50.2625

#973cbb color RGB value is (151,60,187).

#973cbb hex color red value is 151, green value is 60 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #973cbb hue: 0.79 , saturation: 0.51 and the lightness value of 973cbb is 0.48.

The process color (four color CMYK) of #973cbb color hex is 0.19, 0.68, 0.00, 0.27. Web safe color of #973cbb is #9933cc. Color #973cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111100 10111011
Octal 227 74 273
Decimal 151 60 187
Hex 97 3C BB

RGB Percentages of Color #973cbb

%37.94
%15.08
%46.98

CMYK Percentages of Color #973cbb

%19
%68
%0
%27

Triadic Colors of #973cbb

#973cbb #bb973c #3cbb97

Analogous Colors of #973cbb

#973cbb #bb3ca0 #583cbb

Monochromatic Colors of #973cbb

#973cbb

Complementary Color

#973cbb #60bb3c

#973cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#973cbb Color CSS Codes

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

#973cbb Text Font Color

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

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


#973cbb Background Color

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

This div background color is #973cbb


#973cbb Border Color

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

This div border color is #973cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973cbb


Comments

No comments written yet.

Please login to write comment.