Color Hex Logo

#972ccb Color Hex

#972CCB
(151,44,203)
0 Favorites   0 Comments

Color spaces of #972ccb

RGB 15144203
HSL0.780.640.48
HSV280°78°80°
CMYK 0.260.780.00   0.20
XYZ24.442712.692557.6615
Yxy12.69250.25780.1339
Hunter Lab35.626560.1191-71.0222
CIE-Lab42.296266.6840-61.2993

#972ccb color RGB value is (151,44,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00101100 11001011
Octal 227 54 313
Decimal 151 44 203
Hex 97 2C CB

RGB Percentages of Color #972ccb

%37.94
%11.06
%51.01

CMYK Percentages of Color #972ccb

%26
%78
%0
%20

Triadic Colors of #972ccb

#972ccb #cb972c #2ccb97

Analogous Colors of #972ccb

#972ccb #cb2cb0 #482ccb

Monochromatic Colors of #972ccb

#972ccb

Complementary Color

#972ccb #60cb2c

#972ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#972ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#972ccb Color CSS Codes

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

#972ccb Text Font Color

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

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


#972ccb Background Color

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

This div background color is #972ccb


#972ccb Border Color

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

This div border color is #972ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #972ccb


Comments

No comments written yet.

Please login to write comment.