Color Hex Logo

#973ccb Color Hex

#973CCB
(151,60,203)
0 Favorites   0 Comments

Color spaces of #973ccb

RGB 15160203
HSL0.770.580.52
HSV278°70°80°
CMYK 0.260.700.00   0.20
XYZ25.157814.122857.8999
Yxy14.12280.25890.1453
Hunter Lab37.580353.7297-65.0417
CIE-Lab44.408560.6502-57.8800

#973ccb color RGB value is (151,60,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111100 11001011
Octal 227 74 313
Decimal 151 60 203
Hex 97 3C CB

RGB Percentages of Color #973ccb

%36.47
%14.49
%49.03

CMYK Percentages of Color #973ccb

%26
%70
%0
%20

Triadic Colors of #973ccb

#973ccb #cb973c #3ccb97

Analogous Colors of #973ccb

#973ccb #cb3cb8 #4f3ccb

Monochromatic Colors of #973ccb

#973ccb

Complementary Color

#973ccb #70cb3c

#973ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#973ccb Color CSS Codes

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

#973ccb Text Font Color

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

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


#973ccb Background Color

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

This div background color is #973ccb


#973ccb Border Color

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

This div border color is #973ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973ccb


Comments

No comments written yet.

Please login to write comment.