Color Hex Logo

#973bbe Color Hex

#973BBE
(151,59,190)
0 Favorites   0 Comments

Color spaces of #973bbe

RGB 15159190
HSL0.780.530.49
HSV282°69°75°
CMYK 0.210.690.00   0.25
XYZ23.620713.424950.0615
Yxy13.42490.27120.1541
Hunter Lab36.640050.9535-55.3603
CIE-Lab43.396658.3359-51.9555

#973bbe color RGB value is (151,59,190).

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

The process color (four color CMYK) of #973bbe color hex is 0.21, 0.69, 0.00, 0.25. Web safe color of #973bbe is #9933cc. Color #973bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111011 10111110
Octal 227 73 276
Decimal 151 59 190
Hex 97 3B BE

RGB Percentages of Color #973bbe

%37.75
%14.75
%47.50

CMYK Percentages of Color #973bbe

%21
%69
%0
%25

Triadic Colors of #973bbe

#973bbe #be973b #3bbe97

Analogous Colors of #973bbe

#973bbe #be3ba4 #553bbe

Monochromatic Colors of #973bbe

#973bbe

Complementary Color

#973bbe #62be3b

#973bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#973bbe Color CSS Codes

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

#973bbe Text Font Color

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

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


#973bbe Background Color

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

This div background color is #973bbe


#973bbe Border Color

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

This div border color is #973bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973bbe


Comments

No comments written yet.

Please login to write comment.