Color Hex Logo

#972dfe Color Hex

#972DFE
(151,45,254)
0 Favorites   0 Comments

Color spaces of #972dfe

RGB 15145254
HSL0.750.990.59
HSV270°82°100°
CMYK 0.410.820.00   0.00
XYZ31.590315.611895.1143
Yxy15.61180.22200.1097
Hunter Lab39.511873.5680-115.0670
CIE-Lab46.461077.1161-83.4957

#972dfe color RGB value is (151,45,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00101101 11111110
Octal 227 55 376
Decimal 151 45 254
Hex 97 2D FE

RGB Percentages of Color #972dfe

%33.56
%10.00
%56.44

CMYK Percentages of Color #972dfe

%41
%82
%0
%0

Triadic Colors of #972dfe

#972dfe #fe972d #2dfe97

Analogous Colors of #972dfe

#972dfe #fe2dfd #2e2dfe

Monochromatic Colors of #972dfe

#972dfe

Complementary Color

#972dfe #94fe2d

#972dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#972dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#972dfe Color CSS Codes

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

#972dfe Text Font Color

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

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


#972dfe Background Color

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

This div background color is #972dfe


#972dfe Border Color

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

This div border color is #972dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #972dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.