Color Hex Logo

#973fce Color Hex

#973FCE
(151,63,206)
0 Favorites   0 Comments

Color spaces of #973fce

RGB 15163206
HSL0.770.590.53
HSV277°69°81°
CMYK 0.270.690.00   0.19
XYZ25.680614.590659.8553
Yxy14.59060.25650.1457
Hunter Lab38.197653.1612-66.1684
CIE-Lab45.068360.0150-58.5464

#973fce color RGB value is (151,63,206).

#973fce hex color red value is 151, green value is 63 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #973fce hue: 0.77 , saturation: 0.59 and the lightness value of 973fce is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111111 11001110
Octal 227 77 316
Decimal 151 63 206
Hex 97 3F CE

RGB Percentages of Color #973fce

%35.95
%15.00
%49.05

CMYK Percentages of Color #973fce

%27
%69
%0
%19

Triadic Colors of #973fce

#973fce #ce973f #3fce97

Analogous Colors of #973fce

#973fce #ce3fbe #4f3fce

Monochromatic Colors of #973fce

#973fce

Complementary Color

#973fce #76ce3f

#973fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#973fce Color CSS Codes

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

#973fce Text Font Color

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

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


#973fce Background Color

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

This div background color is #973fce


#973fce Border Color

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

This div border color is #973fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973fce


Comments

No comments written yet.

Please login to write comment.