Color Hex Logo

#972ecb Color Hex

#972ECB
(151,46,203)
0 Favorites   0 Comments

Color spaces of #972ecb

RGB 15146203
HSL0.780.630.49
HSV280°77°80°
CMYK 0.260.770.00   0.20
XYZ24.519012.845157.6870
Yxy12.84510.25800.1351
Hunter Lab35.840159.3958-70.3432
CIE-Lab42.528966.0115-60.9219

#972ecb color RGB value is (151,46,203).

#972ecb hex color red value is 151, green value is 46 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #972ecb hue: 0.78 , saturation: 0.63 and the lightness value of 972ecb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00101110 11001011
Octal 227 56 313
Decimal 151 46 203
Hex 97 2E CB

RGB Percentages of Color #972ecb

%37.75
%11.50
%50.75

CMYK Percentages of Color #972ecb

%26
%77
%0
%20

Triadic Colors of #972ecb

#972ecb #cb972e #2ecb97

Analogous Colors of #972ecb

#972ecb #cb2eb1 #482ecb

Monochromatic Colors of #972ecb

#972ecb

Complementary Color

#972ecb #62cb2e

#972ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#972ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#972ecb Color CSS Codes

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

#972ecb Text Font Color

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

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


#972ecb Background Color

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

This div background color is #972ecb


#972ecb Border Color

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

This div border color is #972ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #972ecb


Comments

No comments written yet.

Please login to write comment.