Color Hex Logo

#973cbc Color Hex

#973CBC
(151,60,188)
0 Favorites   0 Comments

Color spaces of #973cbc

RGB 15160188
HSL0.790.520.49
HSV283°68°74°
CMYK 0.200.680.00   0.26
XYZ23.455513.441948.9353
Yxy13.44190.27330.1566
Hunter Lab36.663250.0359-53.4716
CIE-Lab43.421757.4933-50.7460

#973cbc color RGB value is (151,60,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111100 10111100
Octal 227 74 274
Decimal 151 60 188
Hex 97 3C BC

RGB Percentages of Color #973cbc

%37.84
%15.04
%47.12

CMYK Percentages of Color #973cbc

%20
%68
%0
%26

Triadic Colors of #973cbc

#973cbc #bc973c #3cbc97

Analogous Colors of #973cbc

#973cbc #bc3ca1 #573cbc

Monochromatic Colors of #973cbc

#973cbc

Complementary Color

#973cbc #61bc3c

#973cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#973cbc Color CSS Codes

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

#973cbc Text Font Color

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

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


#973cbc Background Color

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

This div background color is #973cbc


#973cbc Border Color

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

This div border color is #973cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973cbc


Comments

No comments written yet.

Please login to write comment.