Color Hex Logo

#972afb Color Hex

#972AFB
(151,42,251)
0 Favorites   0 Comments

Color spaces of #972afb

RGB 15142251
HSL0.750.960.57
HSV271°83°98°
CMYK 0.400.830.00   0.02
XYZ31.003015.200392.5667
Yxy15.20030.22340.1095
Hunter Lab38.987673.7154-113.4787
CIE-Lab45.907377.3429-82.7279

#972afb color RGB value is (151,42,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00101010 11111011
Octal 227 52 373
Decimal 151 42 251
Hex 97 2A FB

RGB Percentages of Color #972afb

%34.01
%9.46
%56.53

CMYK Percentages of Color #972afb

%40
%83
%0
%2

Triadic Colors of #972afb

#972afb #fb972a #2afb97

Analogous Colors of #972afb

#972afb #fb2af7 #2e2afb

Monochromatic Colors of #972afb

#972afb

Complementary Color

#972afb #8efb2a

#972afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#972afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#972afb Color CSS Codes

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

#972afb Text Font Color

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

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


#972afb Background Color

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

This div background color is #972afb


#972afb Border Color

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

This div border color is #972afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #972afb


Comments

No comments written yet.

Please login to write comment.