Color Hex Logo

#972aef Color Hex

#972AEF
(151,42,239)
0 Favorites   0 Comments

Color spaces of #972aef

RGB 15142239
HSL0.760.860.55
HSV273°82°94°
CMYK 0.370.820.00   0.06
XYZ29.170514.467282.9164
Yxy14.46720.23050.1143
Hunter Lab38.035870.3331-102.6247
CIE-Lab44.895674.7842-77.6451

#972aef color RGB value is (151,42,239).

#972aef hex color red value is 151, green value is 42 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #972aef hue: 0.76 , saturation: 0.86 and the lightness value of 972aef is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00101010 11101111
Octal 227 52 357
Decimal 151 42 239
Hex 97 2A EF

RGB Percentages of Color #972aef

%34.95
%9.72
%55.32

CMYK Percentages of Color #972aef

%37
%82
%0
%6

Triadic Colors of #972aef

#972aef #ef972a #2aef97

Analogous Colors of #972aef

#972aef #ef2ae5 #352aef

Monochromatic Colors of #972aef

#972aef

Complementary Color

#972aef #82ef2a

#972aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#972aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#972aef Color CSS Codes

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

#972aef Text Font Color

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

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


#972aef Background Color

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

This div background color is #972aef


#972aef Border Color

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

This div border color is #972aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #972aef


Comments

No comments written yet.

Please login to write comment.