Color Hex Logo

#973efe Color Hex

#973EFE
(151,62,254)
0 Favorites   0 Comments

Color spaces of #973efe

RGB 15162254
HSL0.740.990.62
HSV268°76°100°
CMYK 0.410.760.00   0.00
XYZ32.374517.180395.3757
Yxy17.18030.22340.1185
Hunter Lab41.449166.8843-107.4137
CIE-Lab48.486471.2284-80.1786

#973efe color RGB value is (151,62,254).

#973efe hex color red value is 151, green value is 62 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #973efe hue: 0.74 , saturation: 0.99 and the lightness value of 973efe is 0.62.

The process color (four color CMYK) of #973efe color hex is 0.41, 0.76, 0.00, 0.00. Web safe color of #973efe is #9933ff. Color #973efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111110 11111110
Octal 227 76 376
Decimal 151 62 254
Hex 97 3E FE

RGB Percentages of Color #973efe

%32.33
%13.28
%54.39

CMYK Percentages of Color #973efe

%41
%76
%0
%0

Triadic Colors of #973efe

#973efe #fe973e #3efe97

Analogous Colors of #973efe

#973efe #f73efe #3e45fe

Monochromatic Colors of #973efe

#973efe

Complementary Color

#973efe #a5fe3e

#973efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#973efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#973efe Color CSS Codes

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

#973efe Text Font Color

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

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


#973efe Background Color

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

This div background color is #973efe


#973efe Border Color

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

This div border color is #973efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #973efe


Comments

No comments written yet.

Please login to write comment.