Color Hex Logo

#973dbc Color Hex

#973DBC
(151,61,188)
0 Favorites   0 Comments

Color spaces of #973dbc

RGB 15161188
HSL0.780.510.49
HSV283°68°74°
CMYK 0.200.680.00   0.26
XYZ23.508313.547648.9529
Yxy13.54760.27330.1575
Hunter Lab36.807149.5938-53.0900
CIE-Lab43.577057.0589-50.4965

#973dbc color RGB value is (151,61,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111101 10111100
Octal 227 75 274
Decimal 151 61 188
Hex 97 3D BC

RGB Percentages of Color #973dbc

%37.75
%15.25
%47.00

CMYK Percentages of Color #973dbc

%20
%68
%0
%26

Triadic Colors of #973dbc

#973dbc #bc973d #3dbc97

Analogous Colors of #973dbc

#973dbc #bc3da2 #573dbc

Monochromatic Colors of #973dbc

#973dbc

Complementary Color

#973dbc #62bc3d

#973dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#973dbc Color CSS Codes

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

#973dbc Text Font Color

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

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


#973dbc Background Color

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

This div background color is #973dbc


#973dbc Border Color

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

This div border color is #973dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973dbc


Comments

No comments written yet.

Please login to write comment.