Color Hex Logo

#973fbb Color Hex

#973FBB
(151,63,187)
0 Favorites   0 Comments

Color spaces of #973fbb

RGB 15163187
HSL0.780.500.49
HSV283°66°73°
CMYK 0.190.660.00   0.27
XYZ23.509613.722248.4233
Yxy13.72220.27450.1602
Hunter Lab37.043548.4587-51.5735
CIE-Lab43.831955.9662-49.5026

#973fbb color RGB value is (151,63,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111111 10111011
Octal 227 77 273
Decimal 151 63 187
Hex 97 3F BB

RGB Percentages of Color #973fbb

%37.66
%15.71
%46.63

CMYK Percentages of Color #973fbb

%19
%66
%0
%27

Triadic Colors of #973fbb

#973fbb #bb973f #3fbb97

Analogous Colors of #973fbb

#973fbb #bb3fa1 #593fbb

Monochromatic Colors of #973fbb

#973fbb

Complementary Color

#973fbb #63bb3f

#973fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#973fbb Color CSS Codes

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

#973fbb Text Font Color

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

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


#973fbb Background Color

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

This div background color is #973fbb


#973fbb Border Color

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

This div border color is #973fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973fbb


Comments

No comments written yet.

Please login to write comment.