Color Hex Logo

#972bef Color Hex

#972BEF
(151,43,239)
0 Favorites   0 Comments

Color spaces of #972bef

RGB 15143239
HSL0.760.860.55
HSV273°82°94°
CMYK 0.370.820.00   0.06
XYZ29.206414.539182.9283
Yxy14.53910.23060.1148
Hunter Lab38.130269.9971-102.2571
CIE-Lab44.996374.4884-77.4802

#972bef color RGB value is (151,43,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00101011 11101111
Octal 227 53 357
Decimal 151 43 239
Hex 97 2B EF

RGB Percentages of Color #972bef

%34.87
%9.93
%55.20

CMYK Percentages of Color #972bef

%37
%82
%0
%6

Triadic Colors of #972bef

#972bef #ef972b #2bef97

Analogous Colors of #972bef

#972bef #ef2be5 #352bef

Monochromatic Colors of #972bef

#972bef

Complementary Color

#972bef #83ef2b

#972bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#972bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#972bef Color CSS Codes

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

#972bef Text Font Color

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

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


#972bef Background Color

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

This div background color is #972bef


#972bef Border Color

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

This div border color is #972bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #972bef


Comments

No comments written yet.

Please login to write comment.