Color Hex Logo

#972fee Color Hex

#972FEE
(151,47,238)
0 Favorites   0 Comments

Color spaces of #972fee

RGB 15147238
HSL0.760.850.56
HSV273°80°93°
CMYK 0.370.800.00   0.07
XYZ29.211614.785482.2032
Yxy14.78540.23150.1172
Hunter Lab38.451868.3148-99.8354
CIE-Lab45.338973.0321-76.3558

#972fee color RGB value is (151,47,238).

#972fee hex color red value is 151, green value is 47 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #972fee hue: 0.76 , saturation: 0.85 and the lightness value of 972fee is 0.56.

The process color (four color CMYK) of #972fee color hex is 0.37, 0.80, 0.00, 0.07. Web safe color of #972fee is #9933ff. Color #972fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00101111 11101110
Octal 227 57 356
Decimal 151 47 238
Hex 97 2F EE

RGB Percentages of Color #972fee

%34.63
%10.78
%54.59

CMYK Percentages of Color #972fee

%37
%80
%0
%7

Triadic Colors of #972fee

#972fee #ee972f #2fee97

Analogous Colors of #972fee

#972fee #ee2fe6 #372fee

Monochromatic Colors of #972fee

#972fee

Complementary Color

#972fee #86ee2f

#972fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#972fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#972fee Color CSS Codes

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

#972fee Text Font Color

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

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


#972fee Background Color

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

This div background color is #972fee


#972fee Border Color

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

This div border color is #972fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #972fee


Comments

No comments written yet.

Please login to write comment.