Color Hex Logo

#971cca Color Hex

#971CCA
(151,28,202)
0 Favorites   0 Comments

Color spaces of #971cca

RGB 15128202
HSL0.780.760.45
HSV282°86°79°
CMYK 0.250.860.00   0.21
XYZ23.838411.674156.8740
Yxy11.67410.25800.1264
Hunter Lab34.167464.7456-74.7752
CIE-Lab40.693470.9505-63.3227

#971cca color RGB value is (151,28,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00011100 11001010
Octal 227 34 312
Decimal 151 28 202
Hex 97 1C CA

RGB Percentages of Color #971cca

%39.63
%7.35
%53.02

CMYK Percentages of Color #971cca

%25
%86
%0
%21

Triadic Colors of #971cca

#971cca #ca971c #1cca97

Analogous Colors of #971cca

#971cca #ca1ca6 #401cca

Monochromatic Colors of #971cca

#971cca

Complementary Color

#971cca #4fca1c

#971cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#971cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#971cca Color CSS Codes

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

#971cca Text Font Color

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

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


#971cca Background Color

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

This div background color is #971cca


#971cca Border Color

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

This div border color is #971cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #971cca


Comments

No comments written yet.

Please login to write comment.