Color Hex Logo

#972fba Color Hex

#972FBA
(151,47,186)
0 Favorites   0 Comments

Color spaces of #972fba

RGB 15147186
HSL0.790.600.46
HSV285°75°73°
CMYK 0.190.750.00   0.27
XYZ22.641912.157547.6076
Yxy12.15750.27480.1475
Hunter Lab34.867654.8938-56.5462
CIE-Lab41.465462.2568-52.7207

#972fba color RGB value is (151,47,186).

#972fba hex color red value is 151, green value is 47 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #972fba hue: 0.79 , saturation: 0.60 and the lightness value of 972fba is 0.46.

The process color (four color CMYK) of #972fba color hex is 0.19, 0.75, 0.00, 0.27. Web safe color of #972fba is #9933cc. Color #972fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00101111 10111010
Octal 227 57 272
Decimal 151 47 186
Hex 97 2F BA

RGB Percentages of Color #972fba

%39.32
%12.24
%48.44

CMYK Percentages of Color #972fba

%19
%75
%0
%27

Triadic Colors of #972fba

#972fba #ba972f #2fba97

Analogous Colors of #972fba

#972fba #ba2f98 #522fba

Monochromatic Colors of #972fba

#972fba

Complementary Color

#972fba #52ba2f

#972fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#972fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#972fba Color CSS Codes

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

#972fba Text Font Color

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

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


#972fba Background Color

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

This div background color is #972fba


#972fba Border Color

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

This div border color is #972fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #972fba


Comments

No comments written yet.

Please login to write comment.