Color Hex Logo

#973dba Color Hex

#973DBA
(151,61,186)
0 Favorites   0 Comments

Color spaces of #973dba

RGB 15161186
HSL0.790.510.48
HSV283°67°73°
CMYK 0.190.670.00   0.27
XYZ23.294213.462047.8251
Yxy13.46200.27540.1592
Hunter Lab36.690649.1179-51.5993
CIE-Lab43.451356.6451-49.5276

#973dba color RGB value is (151,61,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111101 10111010
Octal 227 75 272
Decimal 151 61 186
Hex 97 3D BA

RGB Percentages of Color #973dba

%37.94
%15.33
%46.73

CMYK Percentages of Color #973dba

%19
%67
%0
%27

Triadic Colors of #973dba

#973dba #ba973d #3dba97

Analogous Colors of #973dba

#973dba #ba3d9f #593dba

Monochromatic Colors of #973dba

#973dba

Complementary Color

#973dba #60ba3d

#973dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#973dba Color CSS Codes

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

#973dba Text Font Color

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

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


#973dba Background Color

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

This div background color is #973dba


#973dba Border Color

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

This div border color is #973dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973dba


Comments

No comments written yet.

Please login to write comment.