Color Hex Logo

#972cbd Color Hex

#972CBD
(151,44,189)
0 Favorites   0 Comments

Color spaces of #972cbd

RGB 15144189
HSL0.790.620.46
HSV284°77°74°
CMYK 0.200.770.00   0.26
XYZ22.848512.054849.2667
Yxy12.05480.27150.1432
Hunter Lab34.720056.7070-59.8268
CIE-Lab41.303163.8961-54.7438

#972cbd color RGB value is (151,44,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00101100 10111101
Octal 227 54 275
Decimal 151 44 189
Hex 97 2C BD

RGB Percentages of Color #972cbd

%39.32
%11.46
%49.22

CMYK Percentages of Color #972cbd

%20
%77
%0
%26

Triadic Colors of #972cbd

#972cbd #bd972c #2cbd97

Analogous Colors of #972cbd

#972cbd #bd2c9b #4e2cbd

Monochromatic Colors of #972cbd

#972cbd

Complementary Color

#972cbd #52bd2c

#972cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#972cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#972cbd Color CSS Codes

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

#972cbd Text Font Color

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

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


#972cbd Background Color

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

This div background color is #972cbd


#972cbd Border Color

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

This div border color is #972cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #972cbd


Comments

No comments written yet.

Please login to write comment.