Color Hex Logo

#972dfb Color Hex

#972DFB
(151,45,251)
0 Favorites   0 Comments

Color spaces of #972dfb

RGB 15145251
HSL0.750.960.58
HSV271°82°98°
CMYK 0.400.820.00   0.02
XYZ31.113515.421192.6035
Yxy15.42110.22360.1108
Hunter Lab39.269772.7041-112.3254
CIE-Lab46.205676.4655-82.2387

#972dfb color RGB value is (151,45,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00101101 11111011
Octal 227 55 373
Decimal 151 45 251
Hex 97 2D FB

RGB Percentages of Color #972dfb

%33.78
%10.07
%56.15

CMYK Percentages of Color #972dfb

%40
%82
%0
%2

Triadic Colors of #972dfb

#972dfb #fb972d #2dfb97

Analogous Colors of #972dfb

#972dfb #fb2df8 #302dfb

Monochromatic Colors of #972dfb

#972dfb

Complementary Color

#972dfb #91fb2d

#972dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#972dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#972dfb Color CSS Codes

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

#972dfb Text Font Color

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

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


#972dfb Background Color

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

This div background color is #972dfb


#972dfb Border Color

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

This div border color is #972dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #972dfb


Comments

No comments written yet.

Please login to write comment.