Color Hex Logo

#972efe Color Hex

#972EFE
(151,46,254)
0 Favorites   0 Comments

Color spaces of #972efe

RGB 15146254
HSL0.750.990.59
HSV270°82°100°
CMYK 0.410.820.00   0.00
XYZ31.628915.689195.1272
Yxy15.68910.22200.1101
Hunter Lab39.609573.2190-114.6659
CIE-Lab46.563976.8135-83.3269

#972efe color RGB value is (151,46,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00101110 11111110
Octal 227 56 376
Decimal 151 46 254
Hex 97 2E FE

RGB Percentages of Color #972efe

%33.48
%10.20
%56.32

CMYK Percentages of Color #972efe

%41
%82
%0
%0

Triadic Colors of #972efe

#972efe #fe972e #2efe97

Analogous Colors of #972efe

#972efe #fe2efd #2f2efe

Monochromatic Colors of #972efe

#972efe

Complementary Color

#972efe #95fe2e

#972efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#972efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#972efe Color CSS Codes

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

#972efe Text Font Color

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

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


#972efe Background Color

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

This div background color is #972efe


#972efe Border Color

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

This div border color is #972efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #972efe


Comments

No comments written yet.

Please login to write comment.