Color Hex Logo

#972cca Color Hex

#972CCA
(151,44,202)
0 Favorites   0 Comments

Color spaces of #972cca

RGB 15144202
HSL0.780.640.48
HSV281°78°79°
CMYK 0.250.780.00   0.21
XYZ24.323912.644957.0358
Yxy12.64490.25880.1345
Hunter Lab35.559759.8700-70.2062
CIE-Lab42.223366.4825-60.8376

#972cca color RGB value is (151,44,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00101100 11001010
Octal 227 54 312
Decimal 151 44 202
Hex 97 2C CA

RGB Percentages of Color #972cca

%38.04
%11.08
%50.88

CMYK Percentages of Color #972cca

%25
%78
%0
%21

Triadic Colors of #972cca

#972cca #ca972c #2cca97

Analogous Colors of #972cca

#972cca #ca2cae #482cca

Monochromatic Colors of #972cca

#972cca

Complementary Color

#972cca #5fca2c

#972cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#972cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#972cca Color CSS Codes

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

#972cca Text Font Color

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

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


#972cca Background Color

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

This div background color is #972cca


#972cca Border Color

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

This div border color is #972cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #972cca


Comments

No comments written yet.

Please login to write comment.