Color Hex Logo

#971ebc Color Hex

#971EBC
(151,30,188)
0 Favorites   0 Comments

Color spaces of #971ebc

RGB 15130188
HSL0.790.720.43
HSV286°84°74°
CMYK 0.200.840.00   0.26
XYZ22.303911.138748.5514
Yxy11.13870.27200.1358
Hunter Lab33.374760.8837-62.8891
CIE-Lab39.813167.8285-56.5660

#971ebc color RGB value is (151,30,188).

#971ebc hex color red value is 151, green value is 30 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #971ebc hue: 0.79 , saturation: 0.72 and the lightness value of 971ebc is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00011110 10111100
Octal 227 36 274
Decimal 151 30 188
Hex 97 1E BC

RGB Percentages of Color #971ebc

%40.92
%8.13
%50.95

CMYK Percentages of Color #971ebc

%20
%84
%0
%26

Triadic Colors of #971ebc

#971ebc #bc971e #1ebc97

Analogous Colors of #971ebc

#971ebc #bc1e92 #481ebc

Monochromatic Colors of #971ebc

#971ebc

Complementary Color

#971ebc #43bc1e

#971ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#971ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#971ebc Color CSS Codes

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

#971ebc Text Font Color

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

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


#971ebc Background Color

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

This div background color is #971ebc


#971ebc Border Color

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

This div border color is #971ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #971ebc


Comments

No comments written yet.

Please login to write comment.