Color Hex Logo

#971ccb Color Hex

#971CCB
(151,28,203)
0 Favorites   0 Comments

Color spaces of #971ccb

RGB 15128203
HSL0.780.760.45
HSV282°86°80°
CMYK 0.260.860.00   0.20
XYZ23.957211.721657.4997
Yxy11.72160.25710.1258
Hunter Lab34.236864.9909-75.6100
CIE-Lab40.770271.1425-63.7789

#971ccb color RGB value is (151,28,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00011100 11001011
Octal 227 34 313
Decimal 151 28 203
Hex 97 1C CB

RGB Percentages of Color #971ccb

%39.53
%7.33
%53.14

CMYK Percentages of Color #971ccb

%26
%86
%0
%20

Triadic Colors of #971ccb

#971ccb #cb971c #1ccb97

Analogous Colors of #971ccb

#971ccb #cb1ca8 #3f1ccb

Monochromatic Colors of #971ccb

#971ccb

Complementary Color

#971ccb #50cb1c

#971ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#971ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#971ccb Color CSS Codes

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

#971ccb Text Font Color

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

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


#971ccb Background Color

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

This div background color is #971ccb


#971ccb Border Color

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

This div border color is #971ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #971ccb


Comments

No comments written yet.

Please login to write comment.