Color Hex Logo

#972cbe Color Hex

#972CBE
(151,44,190)
0 Favorites   0 Comments

Color spaces of #972cbe

RGB 15144190
HSL0.790.620.46
HSV284°77°75°
CMYK 0.210.770.00   0.25
XYZ22.957412.098449.8404
Yxy12.09840.27040.1425
Hunter Lab34.782856.9442-60.6090
CIE-Lab41.372164.0918-55.2185

#972cbe color RGB value is (151,44,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00101100 10111110
Octal 227 54 276
Decimal 151 44 190
Hex 97 2C BE

RGB Percentages of Color #972cbe

%39.22
%11.43
%49.35

CMYK Percentages of Color #972cbe

%21
%77
%0
%25

Triadic Colors of #972cbe

#972cbe #be972c #2cbe97

Analogous Colors of #972cbe

#972cbe #be2c9c #4e2cbe

Monochromatic Colors of #972cbe

#972cbe

Complementary Color

#972cbe #53be2c

#972cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#972cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#972cbe Color CSS Codes

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

#972cbe Text Font Color

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

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


#972cbe Background Color

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

This div background color is #972cbe


#972cbe Border Color

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

This div border color is #972cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #972cbe


Comments

No comments written yet.

Please login to write comment.