Color Hex Logo

#972fbe Color Hex

#972FBE
(151,47,190)
0 Favorites   0 Comments

Color spaces of #972fbe

RGB 15147190
HSL0.790.600.46
HSV284°75°75°
CMYK 0.210.750.00   0.25
XYZ23.073312.330049.8790
Yxy12.33000.27060.1446
Hunter Lab35.114155.8418-59.6406
CIE-Lab41.735963.0469-54.6311

#972fbe color RGB value is (151,47,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00101111 10111110
Octal 227 57 276
Decimal 151 47 190
Hex 97 2F BE

RGB Percentages of Color #972fbe

%38.92
%12.11
%48.97

CMYK Percentages of Color #972fbe

%21
%75
%0
%25

Triadic Colors of #972fbe

#972fbe #be972f #2fbe97

Analogous Colors of #972fbe

#972fbe #be2f9e #4f2fbe

Monochromatic Colors of #972fbe

#972fbe

Complementary Color

#972fbe #56be2f

#972fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#972fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#972fbe Color CSS Codes

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

#972fbe Text Font Color

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

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


#972fbe Background Color

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

This div background color is #972fbe


#972fbe Border Color

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

This div border color is #972fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #972fbe


Comments

No comments written yet.

Please login to write comment.