Color Hex Logo

#973cbe Color Hex

#973CBE
(151,60,190)
0 Favorites   0 Comments

Color spaces of #973cbe

RGB 15160190
HSL0.780.520.49
HSV282°68°75°
CMYK 0.210.680.00   0.25
XYZ23.672613.528750.0788
Yxy13.52870.27120.1550
Hunter Lab36.781450.5157-54.9779
CIE-Lab43.549357.9078-51.7101

#973cbe color RGB value is (151,60,190).

#973cbe hex color red value is 151, green value is 60 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #973cbe hue: 0.78 , saturation: 0.52 and the lightness value of 973cbe is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111100 10111110
Octal 227 74 276
Decimal 151 60 190
Hex 97 3C BE

RGB Percentages of Color #973cbe

%37.66
%14.96
%47.38

CMYK Percentages of Color #973cbe

%21
%68
%0
%25

Triadic Colors of #973cbe

#973cbe #be973c #3cbe97

Analogous Colors of #973cbe

#973cbe #be3ca4 #563cbe

Monochromatic Colors of #973cbe

#973cbe

Complementary Color

#973cbe #63be3c

#973cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#973cbe Color CSS Codes

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

#973cbe Text Font Color

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

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


#973cbe Background Color

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

This div background color is #973cbe


#973cbe Border Color

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

This div border color is #973cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973cbe


Comments

No comments written yet.

Please login to write comment.